pgsql: Remove duplicate set of print_notnull

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate set of print_notnull
Date: 2025-04-03 15:50:24
Message-ID: E1u0Mpk-002TxG-2u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate set of print_notnull

I inserted the second one by mistake in commit 14e87ffa5c54.

Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Confirmed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxFqckBFxPfCixHHbOr0zMLksviTj2m3o12-tErfx_PvTg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2025-04-03 16:36:55 pgsql: Make dblink interruptible, via new libpqsrv APIs.
Previous Message Daniel Gustafsson 2025-04-03 12:03:47 pgsql: Add missing declarations to pg_config.h.in