pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author:

pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author:

pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author:

pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author:

pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author:

pgsql: Prevent assertion failure in contrib/pg_freespacemap.

2025-03-27 Thread Tom Lane
Prevent assertion failure in contrib/pg_freespacemap. Applying pg_freespacemap() to a relation lacking storage (such as a view) caused an assertion failure, although there was no ill effect in non-assert builds. Add an error check for that case. Bug: #18866 Reported-by: Robins Tharakan Author: