Steve Singer ssinger at ca.afilias.info
Thu Jun 20 18:31:55 PDT 2019
Postgresql 12 has replaced the DirectFunctionCallXXXX series
of functions with ones that take the collation to use.
PG 12 provides "compatability macro's" that use an
InvalidCollation. This causes nameeq function to fail.

We pass in an explicit collation when running against PG12+

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=f73dcedb12f0b424152385f958f2b95b7f4ebe0a

Modified Files
--------------
src/backend/slony1_funcs.c | 100 +++++++++++++++++++++++++++------------------
1 file changed, 61 insertions(+), 39 deletions(-)



More information about the Slony1-commit mailing list