Re: compiling PL/pgSQL plugin with C++
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Тарасов Георгий Витальевич <Tarasov-G@gaz-is.ru>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-05-31T21:39:44Z
Lists: pgsql-hackers, pgsql-general
I wrote: > There are various other minor issues, but they generally look > fixable with little consequence. I've now pushed your patch and additional minor fixes, and we've expanded cpluspluscheck's coverage so we don't miss such issues in future. regards, tom lane
Commits
-
Improve coverage of cpluspluscheck.
- 6f54b80edd88 12.0 landed
-
Fix C++ incompatibilities in ecpg/preproc/ header files.
- 4f67858d3f21 12.0 landed
-
Fix C++ incompatibilities in plpgsql's header files.
- db5d99916e80 9.4.23 landed
- da53e4f93fb3 9.5.18 landed
- c332c94adb70 9.6.14 landed
- 683c17b3071f 10.9 landed
- 3f61b3205f1a 12.0 landed
- 312017fcc46b 11.4 landed
-
Fix assorted header files that failed to compile standalone.
- 7640f9312321 12.0 landed
-
Make our perfect hash functions be valid C++.
- 9e58705a7f97 12.0 landed