Re: Allow specifying a dbname in pg_basebackup connection string

Поиск
Список
Период
Сортировка
От Tristen Raab
Тема Re: Allow specifying a dbname in pg_basebackup connection string
Дата
Msg-id 169325938134.1124.11129493970278129501.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: Allow specifying a dbname in pg_basebackup connection string  (Jelte Fennema <postgres@jeltef.nl>)
Ответы Re: Allow specifying a dbname in pg_basebackup connection string  (Jelte Fennema <me@jeltef.nl>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            not tested

Hello,

I've reviewed your patch and it applies and builds without error. When testing this patch I was slightly confused as to
whatits purpose was, after testing it I now understand. Initially, I thought this was a change to add database-level
replication.I would suggest some clarifications to the documentation such as changing:
 

"supplying a specific database name in the connection string won't cause PostgreSQL to behave any differently."

to 

"supplying a specific database name in the connection string won't cause pg_basebackup to behave any differently."

I believe this better illustrates that we are referring to the actual pg_basebackup utility and how this parameter is
onlyused for proxies and bears no impact on what pg_basebackup is actually doing. It also would remove any confusion
aboutdatabase replication I had prior.
 

There is also a small typo in the same documentation:

"However, if you are connecting to PostgreSQL through a proxy, then it's possible that this proxy does use the supplied
databasenameto make certain decisions, such as to which cluster to route the connection."
 

"databasename" is just missing a space.

Other than that, everything looks good.

Regards,

Tristen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Wrong usage of pqMsg_Close message code?
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: A failure in 031_recovery_conflict.pl on Debian/s390x