Use varargs macro for CACHEDEBUG

Started by Peter Eisentrautabout 7 years ago2 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

I propose the attached patch to replace the CACHEX_elog() macros with a
single varargs version.

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

Attachments:

0001-Use-varargs-macro-for-CACHEDEBUG.patchtext/plain; charset=UTF-8; name=0001-Use-varargs-macro-for-CACHEDEBUG.patch; x-mac-creator=0; x-mac-type=0Download+31-46
#2Andres Freund
andres@anarazel.de
In reply to: Peter Eisentraut (#1)
Re: Use varargs macro for CACHEDEBUG

Hi,

On 2019-02-18 13:56:52 +0100, Peter Eisentraut wrote:

I propose the attached patch to replace the CACHEX_elog() macros with a
single varargs version.

+1

Greetings,

Andres Freund