Fix C++ incompatibilities in plpgsql's header files.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 683c17b3071f4ad7c78f106f25118fc07b350be9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-05-31T16:34:54Z
Releases: 10.9
Fix C++ incompatibilities in plpgsql's header files.

Rename some exposed parameters so that they don't conflict with
C++ reserved words.

Back-patch to all supported versions.

George Tarasov

Discussion: https://postgr.es/m/b517ec3918d645eb950505eac8dd434e@gaz-is.ru

Files

PathChange+/−
src/pl/plpgsql/src/plpgsql.h modified +2 −2

Discussion