Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Oct 2018 15:10:07 +0000 (11:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Oct 2018 15:10:07 +0000 (11:10 -0400)
commitaed9fa0bd8973fd967724003e641a5b7054d6a80
tree731b91acdd82a9e4a3ab2b5f3dd08be9ae9fca1b
parentc48101620151f78ee184e5f81766cbac347d9a11
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.

NetBSD-current generates a large number of warnings about "%m" not
being appropriate to use with *printf functions.  While that's true
for their native printf, it's surely not true for snprintf.c, so I
think they have misunderstood gcc's definition of the "gnu_printf"
archetype.  Nonetheless, choosing "__syslog__" instead silences the
warnings; so teach configure about that.

Since this is only a cosmetic warning issue (and anyway it depends
on previous hacking to be self-consistent), no back-patch.

Discussion: https://postgr.es/m/16785.1539046036@sss.pgh.pa.us
config/c-compiler.m4
configure
src/include/pg_config.h.in