forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1613de8
committed
Fix compiler warning on MSVC
MSVC does not understand that ereport(ERROR) does not return, so justreturn the first enum PartitionStrategy value to keep the compiler fromcomplaining about the missing return.Discussion:https://postgr.es/m/20221104161934.GB16921@telsasoft.com1 parent0e758ae commit1613de8
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
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
Comments
(0)