-
- Downloads
Make pg_basebackup use temporary replication slots
Temporary replication slots will be used by default when wal streaming is used and no slot name is specified with -S. If a slot name is specified, then a permanent slot with that name is used. If --no-slot is specified, then no permanent or temporary slot will be used. Temporary slots are only used on 10.0 and newer, of course.
Showing
- doc/src/sgml/ref/pg_basebackup.sgml 25 additions, 0 deletionsdoc/src/sgml/ref/pg_basebackup.sgml
- src/bin/pg_basebackup/pg_basebackup.c 44 additions, 1 deletionsrc/bin/pg_basebackup/pg_basebackup.c
- src/bin/pg_basebackup/pg_receivexlog.c 3 additions, 0 deletionssrc/bin/pg_basebackup/pg_receivexlog.c
- src/bin/pg_basebackup/pg_recvlogical.c 1 addition, 0 deletionssrc/bin/pg_basebackup/pg_recvlogical.c
- src/bin/pg_basebackup/receivelog.c 20 additions, 2 deletionssrc/bin/pg_basebackup/receivelog.c
- src/bin/pg_basebackup/receivelog.h 4 additions, 2 deletionssrc/bin/pg_basebackup/receivelog.h
- src/bin/pg_basebackup/streamutil.c 0 additions, 1 deletionsrc/bin/pg_basebackup/streamutil.c
- src/bin/pg_basebackup/streamutil.h 0 additions, 1 deletionsrc/bin/pg_basebackup/streamutil.h
- src/bin/pg_basebackup/t/010_pg_basebackup.pl 4 additions, 1 deletionsrc/bin/pg_basebackup/t/010_pg_basebackup.pl
Loading
Please register or sign in to comment