postgresql/src/fe_utils
Fujii Masao be6221e9be Fix bug in pg_basebackup -F plain -R.
Commit caba97a9d9 changed pg_basebackup -F plain -R so that
it overwrote postgresql.auto.conf in the backup, with new connection
setting. This could cause the existing postgresql.auto.conf settings
in the server to get lost unexpectedly. This is a bug.

This commit fixes the bug by making pg_basebackup -F plain -R
append the connection setting into postgresql.auto.conf in the backup.

Author: Fujii Masao
Reviewed-by: Sergei Kornilov
Discussion: https://postgr.es/m/250dcf2a-94e7-c05e-824a-73cfb38a48a4@oss.nttdata.com
2020-02-12 09:08:22 +09:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
cancel.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
conditional.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
mbprint.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
print.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
psqlscan.l Reduce size of backend scanner's tables. 2020-01-13 15:04:31 -05:00
recovery_gen.c Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
simple_list.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
string_utils.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00