pgsql: Fix missing comment update in 1462aad2e4.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing comment update in 1462aad2e4.
Date: 2025-06-24 04:40:03
Message-ID: E1uTvRz-0034ll-1p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing comment update in 1462aad2e4.

Remove the part of comment that says we don't allow toggling two_phase
option as that is supported in commit 1462aad2e4.

Author: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Author: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Discussion: https://postgr.es/m/OSCPR01MB1496656725F3951AEE8749EBDF579A@OSCPR01MB14966.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6531f36283f05219464dd2084a17aab5747f7de8

Modified Files
--------------
src/backend/replication/logical/worker.c | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-06-24 05:27:28 pgsql: doc: Fix incorrect UUID index entry in function documentation.
Previous Message Michael Paquier 2025-06-24 04:14:44 pgsql: psql: Rename meta-command \close to \close_prepared