pgsql: Suppress uninitialized-variable warning. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress uninitialized-variable warning.
Date
Msg-id E1h9ACX-0007xi-3t@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve error handling of column references in expressiontransf
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pgbench: doExecuteCommand -> executeMetaCommand