diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-09-26 16:02:09 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-09-26 16:02:09 +0200 |
commit | acd624644bc4f957824abcd00f6af27861b03a29 (patch) | |
tree | 6017e9171f838541bba7e27bb2808a5bbf58de2e /src/backend/tcop/postgres.c | |
parent | c07785d458c1ca69ad7cd3ebb8f4a1d953c3779b (diff) | |
download | postgresql-acd624644bc4f957824abcd00f6af27861b03a29.tar.gz postgresql-acd624644bc4f957824abcd00f6af27861b03a29.zip |
Don't lose precision for float fields of Nodes.
Historically we've been more worried about making the output of
float fields look pretty than whether they'd be read back exactly.
That won't work if we're to compare the read-back nodes for
equality, so switch to using the Ryu code for float output.
Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/4159834.1657405226@sss.pgh.pa.us
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions