initdb: Use varargs macro for PG_CMD_PRINTF

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: initdb: Use varargs macro for PG_CMD_PRINTF
Date: 2019-08-07 12:35:54
Message-ID: 512bdbee-d69e-6169-fa30-e81894132032@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Small patch to simplify some no longer necessary complicated code, using
varargs macros.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-initdb-Use-varargs-macro-for-PG_CMD_PRINTF.patch text/plain 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryan Lambert 2019-08-07 12:52:26 Re: Built-in connection pooler
Previous Message Juan José Santamaría Flecha 2019-08-07 12:33:28 Re: Small patch to fix build on Windows