pgsql: Remove obsolete comment in snapbuild.c. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Remove obsolete comment in snapbuild.c.
Date
Msg-id E1mXbG9-0001lQ-8u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete comment in snapbuild.c.

Commits 955a684e04 and a975ff4980 removed the usage of running xacts
information from serialized snapshots but forgot to remove the
corresponding comment.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBifOr7RS=jRe7YCavc646y9omChv6zkWXvJeZcjS9mXA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/826584fa5284341c601f3c49804dfa9c02295554

Modified Files
--------------
src/backend/replication/logical/snapbuild.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: psql: Improve tab-completion for LOCK TABLE.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Document pg_encoding_to_char() and pg_char_to_encoding().