Re: initdb / bootstrap design - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: initdb / bootstrap design
Date
Msg-id 03ed8a55-e50b-3186-f107-5722465c20bb@enterprisedb.com
Whole thread Raw
In response to Re: initdb / bootstrap design  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 20.02.22 01:39, Tom Lane wrote:
>> Hm, wouldn't it be less code to just use printf?
> Meh --- it'd be different from the way we do it in the rest
> of initdb, and it would not be "less code".  Maybe it'd run
> a shade faster, but I refuse to believe that that'd be
> enough to matter.

There is a PG_CMD_PRINTF() that is used for that purpose.



pgsql-hackers by date:

Previous
From: "osumi.takamichi@fujitsu.com"
Date:
Subject: RE: Optionally automatically disable logical replication subscriptions on error
Next
From: Noboru Saito
Date:
Subject: Re: Separate the result of \watch for each query execution (psql)