public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Fix outdated comment
7+ messages / 3 participants
[nested] [flat]

* pgsql: Fix outdated comment
@ 2011-06-29 23:50 Alvaro Herrera <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Alvaro Herrera @ 2011-06-29 23:50 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Extracted from a patch by Bernd Helmle

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b36927fbe922d1aac5d6e42c04eecf65bf37f5f3

Modified Files
--------------
src/backend/parser/parse_utilcmd.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2017-08-23 18:23 Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Peter Eisentraut @ 2017-08-23 18:23 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Author: Thomas Munro <[email protected]>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/da19c32c6b7dd7d0ff5814538adf5aaa665848a1

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2017-08-23 18:23 Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Peter Eisentraut @ 2017-08-23 18:23 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Author: Thomas Munro <[email protected]>

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0cd9071130832d051048e051c00d93819436800c

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2017-08-23 18:23 Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Peter Eisentraut @ 2017-08-23 18:23 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Author: Thomas Munro <[email protected]>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e1b01cd1632a7d768fb8c86c95cf3ec82dc58da

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2017-08-23 18:23 Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Peter Eisentraut @ 2017-08-23 18:23 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Author: Thomas Munro <[email protected]>

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe4c6582465719efc7534ae184fcc4b9dd6b1660

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2017-08-23 18:23 Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Peter Eisentraut @ 2017-08-23 18:23 UTC (permalink / raw)
  To: pgsql-committers

Fix outdated comment

Author: Thomas Munro <[email protected]>

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6bd9c1bc9bb4af8d79da0e9581b70c89119fbb6f

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Fix outdated comment
@ 2025-03-04 13:45 Heikki Linnakangas <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Heikki Linnakangas @ 2025-03-04 13:45 UTC (permalink / raw)
  To: [email protected]

Fix outdated comment

Commit bc971f4025 replaced the latch-setting mechanism that the
comment talked about with a condition variable. And before that,
commit 2258e76f90 moved the code so that the comment got detached from
the loop that it talked about, so move the comment closer to the loop.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d2e7068392b22218b83b7e275b77968027ac3d29

Modified Files
--------------
src/backend/access/transam/xlogutils.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2025-03-04 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-06-29 23:50 pgsql: Fix outdated comment Alvaro Herrera <[email protected]>
2017-08-23 18:23 pgsql: Fix outdated comment Peter Eisentraut <[email protected]>
2017-08-23 18:23 pgsql: Fix outdated comment Peter Eisentraut <[email protected]>
2017-08-23 18:23 pgsql: Fix outdated comment Peter Eisentraut <[email protected]>
2017-08-23 18:23 pgsql: Fix outdated comment Peter Eisentraut <[email protected]>
2017-08-23 18:23 pgsql: Fix outdated comment Peter Eisentraut <[email protected]>
2025-03-04 13:45 pgsql: Fix outdated comment Heikki Linnakangas <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox