pgsql: Suppress uninitialized-variable warning.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress uninitialized-variable warning.
Дата
Msg-id E1h9ACX-0007xi-3t@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve error handling of column references in expressiontransf
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pgbench: doExecuteCommand -> executeMetaCommand