pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
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 ERRO

pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
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 ERRO

pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
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 ERRO