pgsql: Add missing include to pg_upgrade/version.c

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Add missing include to pg_upgrade/version.c
Дата
Msg-id E1iKkLT-0004ta-OR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing include to pg_upgrade/version.c

Commit 8d48e6a724 uses RELKIND_ constants when building the query, but
did not include the header defining them. On 10+ this header is already
included, but on 9.6 and earlier it was missing. It compiles just fine,
but then fails during execution

  ERROR:  column "relkind_relation" does not exist

Fix by adding the necessary header file, and backpatch to 9.4-.

Backpatch-to: 9.4-
Discussion: https://postgr.es/m/16045-673e8fa6b5ace196%40postgresql.org

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/984aa0ede1d2323570e890ad625744682909aac1

Modified Files
--------------
src/bin/pg_upgrade/version.c | 1 +
1 file changed, 1 insertion(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Add missing include to pg_upgrade/version.c
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Add missing include to pg_upgrade/version.c