Re: It is not documented that pg_promote can exit standby mode

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: ikedamsh <ikedamsh(at)oss(dot)nttdata(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: It is not documented that pg_promote can exit standby mode
Date: 2020-04-17 17:46:37
Message-ID: 17718.1587145597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> writes:
> Thanks for the report and the patch! It looks good to me.
> Barring any objection, I will commit this patch.

It might be worth writing "<function>pg_promote()</function> is called"
(adding parentheses) to make it clearer that a function is being
referred to. No objection otherwise.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-04-17 17:47:15 proposal - function string_to_table
Previous Message Andres Freund 2020-04-17 17:45:18 Re: Should we add xid_current() or a int8->xid cast?