]> granicus.if.org Git - postgresql/commit
Consistently spell a replication slot's name as slot_name.
authorAndres Freund <andres@anarazel.de>
Thu, 5 Jun 2014 14:29:20 +0000 (16:29 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 5 Jun 2014 14:29:20 +0000 (16:29 +0200)
commitf0c108560bce3a5481db57ffc3743e71b5f7b2d1
treea9114098aee9312eccae11ebe920abc94ce4f499
parente0cb4aa89dd61cb1a76d348ced634681255b6a07
Consistently spell a replication slot's name as slot_name.

Previously there's been a mix between 'slotname' and 'slot_name'. It's
not nice to be unneccessarily inconsistent in a new feature. As a post
beta1 initdb now is required in the wake of eeca4cd35e, fix the
inconsistencies.
Most the changes won't affect usage of replication slots because the
majority of changes is around function parameter names. The prominent
exception to that is that the recovery.conf parameter
'primary_slotname' is now named 'primary_slot_name'.
doc/src/sgml/func.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/recovery-config.sgml
src/backend/access/transam/recovery.conf.sample
src/backend/access/transam/xlog.c
src/backend/catalog/system_views.sql
src/bin/pg_basebackup/pg_recvlogical.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h