pgsql: Remove obsolete comment in snapbuild.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment in snapbuild.c.
Date: 2021-10-05 03:36:53
Message-ID: E1mXbG9-0001lQ-8u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-10-05 03:53:56 pgsql: doc: Document pg_encoding_to_char() and pg_char_to_encoding().
Previous Message Fujii Masao 2021-10-05 01:14:31 pgsql: psql: Improve tab-completion for LOCK TABLE.