Commit f379121
committed
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 fcec6ca. Per buildfarm.1 parent 86dbbf2 commit f379121
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4389 | 4389 | | |
4390 | 4390 | | |
4391 | 4391 | | |
4392 | | - | |
4393 | | - | |
4394 | 4392 | | |
| 4393 | + | |
4395 | 4394 | | |
4396 | 4395 | | |
4397 | 4396 | | |
| |||
4561 | 4560 | | |
4562 | 4561 | | |
4563 | 4562 | | |
| 4563 | + | |
4564 | 4564 | | |
4565 | 4565 | | |
4566 | 4566 | | |
| |||
0 commit comments