On Sun, Sep 24, 2017 at 11:51 AM, Tom Lane <[email protected]> wrote: > This looks like cargo-cult programming to me. stderr is almost > always line-buffered, making these fflush'es pointless. If it's > not line-buffered, that's probably because it's going to a > noninteractive destination for which this wouldn't matter. > Moreover, none of our other programs do this.
On a related note, the idea of removing pg_standby altogether has been proposed a few times. Apparently there are a few things that it still does better than standby_mode, but nobody seems in a hurry to do anything about that. Still, I'd be against spending a lot of time trying to improve a tool that has mostly outlived its usefulness - we ought to be trying to enhance the in-core facilities instead. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
