pgsql: Try to avoid a compiler warning about using fxid uninitialized.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to avoid a compiler warning about using fxid uninitialized.
Date: 2020-10-22 22:15:26
Message-ID: E1kVirm-0004Js-FJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to avoid a compiler warning about using fxid uninitialized.

Mark Dilger, with a couple of stray semicolons removed by me.

Discussion: http://postgr.es/m/2A7DA1A8-C4AA-43DF-A985-3CA52F4DC775@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bb0c9770e80fa79f15b27af8f3c3f2833225aa3

Modified Files
--------------
contrib/amcheck/verify_heapam.c | 67 +++++++++++++++++++----------------------
1 file changed, 31 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-22 22:30:10 pgsql: Add documentation and tests for quote marks in ECPG literal quer
Previous Message Tom Lane 2020-10-22 18:04:39 pgsql: Clean up some unpleasant behaviors in psql's \connect command.