forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf379121
committed
Suppress compiler warning in non-USE_LIBXML builds.
Compilers that don't realize that ereport(ERROR) doesn't returncomplained that XmlTableGetValue() failed to return a value.Also, make XmlTableFetchRow's non-USE_LIBXML case look more likethe other ones. As coded, it could lead to "unreachable code"warnings with USE_LIBXML enabled.Oversights in commitfcec6ca. Per buildfarm.1 parent86dbbf2 commitf379121
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
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
Comments
(0)