pgsql: C comment: fix psql "pstdout" duplicate to "pstdin"

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: fix psql "pstdout" duplicate to "pstdin"
Date: 2025-12-24 01:36:14
Message-ID: E1vYDnR-002Kqz-1Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: fix psql "pstdout" duplicate to "pstdin"

Reported-by: Ignat Remizov

Author: Ignat Remizov

Discussion: https://postgr.es/m/CAKiC8XbbR2_YqmbxmYWuEA+MmWP3c=obV5xS1Hye3ZHS-Ss_DA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2214a207ee8170afce79478df3b37114a94d976e

Modified Files
--------------
src/bin/psql/copy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-24 02:39:06 pgsql: Fix another case of indirectly casting away const.
Previous Message Masahiko Sawada 2025-12-23 18:34:01 pgsql: pg_visibility: Use visibilitymap_count instead of loop.