]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ecpg: Avoid C99-ism in newly-added test for Oracle compat
authorMichael Paquier <michael@paquier.xyz>
Tue, 18 Apr 2023 03:00:31 +0000 (12:00 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 18 Apr 2023 03:00:31 +0000 (12:00 +0900)
commitdbd25dd0b59c649981e0a26cc0f367b8c0368473
tree5173f483e739c6f439ab32c40b11430a961c9f70
parent9eb44bb043af924d9fe567145a3c6510d584399b
ecpg: Avoid C99-ism in newly-added test for Oracle compat

Per buildfarm member mylodon.  As C99 declarations are allowed in v12~,
this is adjusted only on REL_11_STABLE.  Introduced by 9eb44bb.
src/interfaces/ecpg/test/compat_oracle/char_array.pgc
src/interfaces/ecpg/test/expected/compat_oracle-char_array.c