diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-08 16:10:00 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-08 16:10:00 -0500 |
commit | f379121093deb5465b01d93ebe9410d96c6cd093 (patch) | |
tree | 9bee16c1f32bad35a10b42d22f210d2c7b22a4ff /src/backend/regex/regcomp.c | |
parent | 86dbbf20d8496ede77566873d1e22cd11c1e544c (diff) | |
download | postgresql-f379121093deb5465b01d93ebe9410d96c6cd093.tar.gz postgresql-f379121093deb5465b01d93ebe9410d96c6cd093.zip |
Suppress compiler warning in non-USE_LIBXML builds.
Compilers that don't realize that ereport(ERROR) doesn't return
complained that XmlTableGetValue() failed to return a value.
Also, make XmlTableFetchRow's non-USE_LIBXML case look more like
the other ones. As coded, it could lead to "unreachable code"
warnings with USE_LIBXML enabled.
Oversights in commit fcec6caaf. Per buildfarm.
Diffstat (limited to 'src/backend/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions