agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedpgsql: Fix obsolete comment.
13+ messages / 6 participants
[nested] [flat]
* pgsql: Fix obsolete comment.
@ 2009-02-07 10:49 Heikki Linnakangas <heikki@postgresql.org>
0 siblings, 0 replies; 13+ messages in thread
From: heikki@postgresql.org @ 2009-02-07 10:49 UTC (permalink / raw)
To: pgsql-committers
Log Message:
-----------
Fix obsolete comment. Zdenek Kotala
Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.329 -> r1.330)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.329&r2=1.3...)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2011-02-15 18:28 Tom Lane <tgl@sss.pgh.pa.us>
0 siblings, 0 replies; 13+ messages in thread
From: Tom Lane @ 2011-02-15 18:28 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment.
Comment about MaxAllocSize was not updated when the TOAST-header macros
were replaced in 8.3 "varvarlena" changes. Per report from Frederik Ramm.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/887dd041a65006deeaf514f78e4a5012dc6f7f7c
Modified Files
--------------
src/include/utils/memutils.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2012-09-21 12:26 Heikki Linnakangas <heikki.linnakangas@iki.fi>
0 siblings, 0 replies; 13+ messages in thread
From: Heikki Linnakangas @ 2012-09-21 12:26 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment.
load_hba and load_ident load stuff in a separate memory context nowadays,
not in the current memory context.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/9d5e9730e5c2aa912778b9e8728c0b5ebd807d9a
Modified Files
--------------
src/backend/utils/init/postinit.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2015-11-30 18:05 Robert Haas <rhaas@postgresql.org>
0 siblings, 0 replies; 13+ messages in thread
From: Robert Haas @ 2015-11-30 18:05 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment.
It's amazing how fast things become obsolete these days.
Amit Langote
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/3690dc6b03e7f3da9ddccf1d48b9314a37654a41
Modified Files
--------------
src/backend/executor/nodeGather.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment
@ 2016-05-12 18:38 Alvaro Herrera <alvherre@alvh.no-ip.org>
0 siblings, 0 replies; 13+ messages in thread
From: Alvaro Herrera @ 2016-05-12 18:38 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/bdb9e3dc1da95bdfc28deb43914ff5f082bd9043
Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment
@ 2016-05-12 18:38 Alvaro Herrera <alvherre@alvh.no-ip.org>
0 siblings, 0 replies; 13+ messages in thread
From: Alvaro Herrera @ 2016-05-12 18:38 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment
Branch
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/21ef195340bf37cb55383f6fdfe33609f5003a27
Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment
@ 2016-05-12 18:38 Alvaro Herrera <alvherre@alvh.no-ip.org>
0 siblings, 0 replies; 13+ messages in thread
From: Alvaro Herrera @ 2016-05-12 18:38 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/627dcb6e42d2fd67ac1e2fb7cb8071d244697a53
Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment
@ 2016-05-12 18:38 Alvaro Herrera <alvherre@alvh.no-ip.org>
0 siblings, 0 replies; 13+ messages in thread
From: Alvaro Herrera @ 2016-05-12 18:38 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment
Branch
------
REL9_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/6e6e4f1659eadb4e50458a357e5c134e0be46e99
Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2016-06-29 17:15 Robert Haas <rhaas@postgresql.org>
0 siblings, 0 replies; 13+ messages in thread
From: Robert Haas @ 2016-06-29 17:15 UTC (permalink / raw)
To: pgsql-committers
Fix obsolete comment.
Commit 3bd261ca18c67eafe18088e58fab511e3b965418 should have updated
this, but didn't.
Extracted from a larger patch by Piotr Stefaniak.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/8dee039fa1e7b373a20985d80dbe1a5dbfd1eb2b
Modified Files
--------------
src/backend/storage/ipc/shm_mq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2018-06-07 07:03 Heikki Linnakangas <heikki.linnakangas@iki.fi>
0 siblings, 0 replies; 13+ messages in thread
From: Heikki Linnakangas @ 2018-06-07 07:03 UTC (permalink / raw)
To: pgsql-committers@lists.postgresql.org
Fix obsolete comment.
The 'orig_slot' argument was removed in commit c0a8ae7be392, but that
commit forgot to update the comment.
Author: Amit Langote
Discussion: https://www.postgresql.org/message-id/194ac4bf-7b4a-c887-bf26-bc1a85ea995a@lab.ntt.co.jp
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/57f06a7611cc4806f581ae838f145181164056d4
Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2018-06-07 07:03 Heikki Linnakangas <heikki.linnakangas@iki.fi>
0 siblings, 0 replies; 13+ messages in thread
From: Heikki Linnakangas @ 2018-06-07 07:03 UTC (permalink / raw)
To: pgsql-committers@lists.postgresql.org
Fix obsolete comment.
The 'orig_slot' argument was removed in commit c0a8ae7be392, but that
commit forgot to update the comment.
Author: Amit Langote
Discussion: https://www.postgresql.org/message-id/194ac4bf-7b4a-c887-bf26-bc1a85ea995a@lab.ntt.co.jp
Branch
------
REL_10_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0692f29ab70c7d12d5d6c19eb30a7017a6693b83
Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2026-07-08 01:23 Jeff Davis <jdavis@postgresql.org>
0 siblings, 0 replies; 13+ messages in thread
From: Jeff Davis @ 2026-07-08 01:23 UTC (permalink / raw)
To: pgsql-committers@lists.postgresql.org
Fix obsolete comment.
Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20260630012919.78@rfd.leadboat.com
Backpatch-through: 19
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3ab2abc9494dde30dbdfe9eeb7c96a63128941ae
Modified Files
--------------
src/backend/utils/adt/pg_locale_libc.c | 5 -----
1 file changed, 5 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
* pgsql: Fix obsolete comment.
@ 2026-07-08 01:23 Jeff Davis <jdavis@postgresql.org>
0 siblings, 0 replies; 13+ messages in thread
From: Jeff Davis @ 2026-07-08 01:23 UTC (permalink / raw)
To: pgsql-committers@lists.postgresql.org
Fix obsolete comment.
Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20260630012919.78@rfd.leadboat.com
Backpatch-through: 19
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/dffd7fb0a07b9d0265b447b728ac7a9c6ff60391
Modified Files
--------------
src/backend/utils/adt/pg_locale_libc.c | 5 -----
1 file changed, 5 deletions(-)
^ permalink raw reply [nested|flat] 13+ messages in thread
end of thread, other threads:[~2026-07-08 01:23 UTC | newest]
Thread overview: 13+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2009-02-07 10:49 pgsql: Fix obsolete comment. Heikki Linnakangas <heikki@postgresql.org>
2011-02-15 18:28 pgsql: Fix obsolete comment. Tom Lane <tgl@sss.pgh.pa.us>
2012-09-21 12:26 pgsql: Fix obsolete comment. Heikki Linnakangas <heikki.linnakangas@iki.fi>
2015-11-30 18:05 pgsql: Fix obsolete comment. Robert Haas <rhaas@postgresql.org>
2016-05-12 18:38 pgsql: Fix obsolete comment Alvaro Herrera <alvherre@alvh.no-ip.org>
2016-05-12 18:38 pgsql: Fix obsolete comment Alvaro Herrera <alvherre@alvh.no-ip.org>
2016-05-12 18:38 pgsql: Fix obsolete comment Alvaro Herrera <alvherre@alvh.no-ip.org>
2016-05-12 18:38 pgsql: Fix obsolete comment Alvaro Herrera <alvherre@alvh.no-ip.org>
2016-06-29 17:15 pgsql: Fix obsolete comment. Robert Haas <rhaas@postgresql.org>
2018-06-07 07:03 pgsql: Fix obsolete comment. Heikki Linnakangas <heikki.linnakangas@iki.fi>
2018-06-07 07:03 pgsql: Fix obsolete comment. Heikki Linnakangas <heikki.linnakangas@iki.fi>
2026-07-08 01:23 pgsql: Fix obsolete comment. Jeff Davis <jdavis@postgresql.org>
2026-07-08 01:23 pgsql: Fix obsolete comment. Jeff Davis <jdavis@postgresql.org>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox