diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-03 16:10:23 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-03 16:10:38 -0500 |
commit | 6dd92138d1efd0da89e90b98bd71b76c3905f9aa (patch) | |
tree | d18a4fcbb0cb53a85fea3e8e56c63477f41afd46 /src/backend/utils/adt/datum.c | |
parent | 43753c2cfbdd9870e68671abcc9dd377881071b0 (diff) | |
download | postgresql-6dd92138d1efd0da89e90b98bd71b76c3905f9aa.tar.gz postgresql-6dd92138d1efd0da89e90b98bd71b76c3905f9aa.zip |
Suppress warning from older compilers.
Commit 8af1624e3 introduced a warning about possibly returning
without a value, on compilers that don't realize that ereport(ERROR)
doesn't return. Tweak the code to avoid that.
Per buildfarm. Back-patch to 9.6, like the aforesaid commit.
Diffstat (limited to 'src/backend/utils/adt/datum.c')
0 files changed, 0 insertions, 0 deletions