postgresql/src/backend/access/rmgrdesc
Tom Lane c6e846446d printf("%lf") is not portable, so omit the "l".
The "l" (ell) width spec means something in the corresponding scanf usage,
but not here.  While modern POSIX says that applying "l" to "f" and other
floating format specs is a no-op, SUSv2 says it's undefined.  Buildfarm
experience says that some old compilers emit warnings about it, and at
least one old stdio implementation (mingw's "ANSI" option) actually
produces wrong answers and/or crashes.

Discussion: https://postgr.es/m/21670.1526769114@sss.pgh.pa.us
Discussion: https://postgr.es/m/c085e1da-0d64-1c15-242d-c921f32e0d5c@dunslane.net
2018-05-20 11:40:54 -04:00
..
Makefile Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
brindesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
clogdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
committsdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
dbasedesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
genericdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
gindesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
gistdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
hashdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
heapdesc.c Logical decoding of TRUNCATE 2018-04-07 11:34:10 -04:00
logicalmsgdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
mxactdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
nbtdesc.c printf("%lf") is not portable, so omit the "l". 2018-05-20 11:40:54 -04:00
relmapdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
replorigindesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
seqdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
smgrdesc.c Further cleanup of client dependencies on src/include/catalog headers. 2018-04-09 14:39:58 -04:00
spgdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
standbydesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
tblspcdesc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
xactdesc.c Fix confusion on the padding of GIDs in on commit and abort records. 2018-04-17 16:10:42 -04:00
xlogdesc.c Revert "Allow on-line enabling and disabling of data checksums" 2018-04-09 19:03:42 +02:00