pgsql: Suppress uninitialized-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning.
Date: 2019-03-27 15:10:49
Message-ID: E1h9ACX-0007xi-3t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress uninitialized-variable warning.

Apparently Andres' compiler is smart enough to see that hpage
must be initialized before use ... but mine isn't.

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/heapam.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-03-27 15:22:26 pgsql: pgbench: doExecuteCommand -> executeMetaCommand
Previous Message Michael Paquier 2019-03-27 12:05:55 pgsql: Improve error handling of column references in expression transf