pgsql: Fix buildfarm failure introduced by commit e65dbc9927.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix buildfarm failure introduced by commit e65dbc9927.
Date: 2025-01-23 12:31:36
Message-ID: E1tawMy-0035cX-0x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix buildfarm failure introduced by commit e65dbc9927.

The patch had incorrectly specified the default value for
publish_generated_columns during the query formation in pg_dump.

Author: Vignesh C <vignesh21(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAA4eK1KfZYTD8Hpi9TD1KaB8rNUBR9baUvTxa5wYyZDGbEaa6g@mail.gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-01-23 14:59:38 pgsql: Allow NOT VALID foreign key constraints on partitioned tables
Previous Message Amit Kapila 2025-01-23 12:11:31 Re: pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry