diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-11-17 07:08:44 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-11-17 07:12:37 +0100 |
commit | aca992040951c7665f1701cd25d48808eda7a809 (patch) | |
tree | a4cfe9165f0d399b49097711cef87382ff2e12c8 /src/backend/access/gist/gistxlog.c | |
parent | adaf34241acd83afaa45a8b614b6484a285da847 (diff) | |
download | postgresql-aca992040951c7665f1701cd25d48808eda7a809.tar.gz postgresql-aca992040951c7665f1701cd25d48808eda7a809.zip |
Update some more ObjectType switch statements to not have default
This allows the compiler to complain if a case has been missed. In
these instances, the tradeoff of having to list a few unneeded cases
to silence the compiler seems better than the risk of actually missing
one.
Discussion: https://www.postgresql.org/message-id/flat/fce5c98a-45da-19e7-dad0-21096bccd66e%40enterprisedb.com
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions