pgsql: Fix an oversight in 3abe9dc188.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix an oversight in 3abe9dc188.
Date: 2025-03-25 04:09:10
Message-ID: E1twvbB-000re8-2I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix an oversight in 3abe9dc188.

Forgot to update the comment atop one of the functions.

Author: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/OSCPR01MB1496623BE1125B44614494E7AF5A72@OSCPR01MB14966.jpnprd01.prod.outlook.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/pgoutput/pgoutput.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-03-25 04:23:29 pgsql: Fix the typo in the test case added in 73eba5004a.
Previous Message Alexander Korotkov 2025-03-25 03:51:21 pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries