Thu Jun 20 18:31:55 PDT 2019
- Previous message: [Slony1-commit] Slony-I-commit src/backend/Makefile: Add -I. to make enable vpath build
- Next message: [Slony1-commit] Slony-I-commit fix test error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(-)
- Previous message: [Slony1-commit] Slony-I-commit src/backend/Makefile: Add -I. to make enable vpath build
- Next message: [Slony1-commit] Slony-I-commit fix test error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list