aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-05-20 11:40:54 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-05-20 11:40:54 -0400
commitfa2cfb962c05df730f6bf586614eb39a4b0b5238 (patch)
treeb8c8341339298015c964a54b035c2687e90e2036 /src/backend/executor/nodeModifyTable.c
parenta5be529aaade5ffaf30bd423365b2dd0e1dffff7 (diff)
downloadpostgresql-fa2cfb962c05df730f6bf586614eb39a4b0b5238.tar.gz
postgresql-fa2cfb962c05df730f6bf586614eb39a4b0b5238.zip
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
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions