Fix compiler warning on MSVC
David Rowley <drowley@postgresql.org>
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/20221104161934.GB16921@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +3 −0 |
Discussion
Cited messages not in the archive:
20221104161934.GB16921@telsasoft.com