Commit 1613de8
committed
Fix compiler warning on MSVC
MSVC does not understand that ereport(ERROR) does not return, so just
return the first enum PartitionStrategy value to keep the compiler from
complaining about the missing return.
Discussion: https://postgr.es/m/[email protected]1 parent 0e758ae commit 1613de8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18428 | 18428 | | |
18429 | 18429 | | |
18430 | 18430 | | |
| 18431 | + | |
18431 | 18432 | | |
18432 | 18433 | | |
18433 | 18434 | | |
18434 | 18435 | | |
| 18436 | + | |
| 18437 | + | |
18435 | 18438 | | |
18436 | 18439 | | |
18437 | 18440 | | |
| |||
0 commit comments