diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-08-09 17:31:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-08-09 17:31:13 -0400 |
commit | 92f57c9ae95668636bc77d3cda3edbdfd83320d9 (patch) | |
tree | 7452851804daebbd8ce20ff81a8bf018aed42ae6 /src/backend/tcop/postgres.c | |
parent | 495cadda5ed55f63db9a91d174b6fad0e1816204 (diff) | |
download | postgresql-92f57c9ae95668636bc77d3cda3edbdfd83320d9.tar.gz postgresql-92f57c9ae95668636bc77d3cda3edbdfd83320d9.zip |
Clean up handling of unknown-type inputs in json_build_object and friends.
There's actually no need for any special case for unknown-type literals,
since we only need to push the value through its output function and
unknownout() works fine. The code that was here was completely bizarre
anyway, and would fail outright in cases that should work, not to mention
suffering from some copy-and-paste bugs.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions