By default, protect against schema changes in BDR
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
76e1e19a3d
commit
f916512e4f
1 changed files with 6 additions and 0 deletions
|
@ -518,3 +518,9 @@ max_worker_processes = 100
|
|||
# Useful options for playing with conflicts
|
||||
#bdr.default_apply_delay=2000 # milliseconds
|
||||
#bdr.log_conflicts_to_table=on
|
||||
|
||||
# Do not allow getting a DDL lock without this option overridden on connect.
|
||||
# This makes sure people read the documentation for BDR for schema changes before applying.
|
||||
# http://bdr-project.org/docs/stable/ddl-replication.html
|
||||
# Override by running: sudo -u postgres PGOPTIONS="-c bdr.permit_ddl_locking=on" psql koji
|
||||
bdr.permit_ddl_locking=off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue