Fix bdr.bdr_replication_identifier table definition
authorPetr Jelinek <pjmodos@pjmodos.net>
Wed, 1 Apr 2015 16:45:54 +0000 (18:45 +0200)
committerPetr Jelinek <pjmodos@pjmodos.net>
Wed, 1 Apr 2015 16:46:40 +0000 (18:46 +0200)
commitf839d624d79ff021d4cf6e019d03b764a496bd5e
tree1c917094a4c1d51786f750a24b26d9510c8d16c7
parent3c5d47df5261b64a22b0e1e306e662c3db4721d5
Fix bdr.bdr_replication_identifier table definition

The bdr.bdr_replication_identifier was mistakenly defined in extension
SQL file with two additonal columns, but the C code didn't expect them
this lead to memory corruption. It was identified by make check failures
with clang compiler.
Makefile.in
bdr_replication_identifier.c
expected/upgrade.out
extsql/bdr--0.9.0.3--0.9.0.4.sql [new file with mode: 0644]
extsql/bdr--0.9.0.4--0.10.0.0.sql [moved from extsql/bdr--0.9.0.3--0.10.0.0.sql with 100% similarity]
sql/upgrade.sql