Re: RecoveryInProgress() has critical side effects - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: RecoveryInProgress() has critical side effects
Date
Msg-id 202112011638.cwy2uqzladjq@alvherre.pgsql
Whole thread Raw
In response to Re: RecoveryInProgress() has critical side effects  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
There are a couple typos.  "uninitalized," in one place.

Also,

+        * If this is either a bootstrap process nor a standalone backend, start

Is "either .. nor" correct?  It looks very wrong to me.  I think you
meant "either .. or".

Overall, this patch seems mostly about documenting some undesirable
existing behavior.  Is part of your plan to get such things fixed/
replaced entirely?

-- 
Álvaro Herrera              Valdivia, Chile  —  https://www.EnterpriseDB.com/
"We're here to devour each other alive"            (Hobbes)



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Next
From: Tom Lane
Date:
Subject: Re: Correct handling of blank/commented lines in PSQL interactive-mode history