diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-12-14 20:59:58 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-12-14 21:52:10 +1300 |
commit | 48c142f78d90fcdcbc0557a4bcdc4f47ec32b333 (patch) | |
tree | 09254c488ff4ed0033042e841009a381ca79dbc9 /src/backend/utils/adt/jsonpath_exec.c | |
parent | c72ca3ddec15b73d9f9dc3e21b8db5d958b0dad7 (diff) | |
download | postgresql-48c142f78d90fcdcbc0557a4bcdc4f47ec32b333.tar.gz postgresql-48c142f78d90fcdcbc0557a4bcdc4f47ec32b333.zip |
Remove EXTENSION_DONT_CHECK_SIZE from md.c.
Commits 7bb3102c and 3eb77eba removed the only user of the
EXTENSION_DONT_CHECK_SIZE flag, which had previously been required to
checkpoint truncated relations. Since 7bb3102c, segments have been
opened directly for synchronization without calling _mdfd_getseg(), so
it doesn't need a mode that tolerates non-final short segments. Remove
the redundant flag and associated comments.
Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/nyj4k7yur5t27rtygvx2i2lrlp6rqfvvhoiiwx4fznynksf2et%404hj2sp42alpe
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
0 files changed, 0 insertions, 0 deletions