pgsql: Fix assertion failure in pg_prewarm() on objects without storage

2025-05-29 Thread Fujii Masao
Fix assertion failure in pg_prewarm() on objects without storage. An assertion test added in commit 049ef33 could fail when pg_prewarm() was called on objects without storage, such as partitioned tables. This resulted in the following failure in assert-enabled builds: Failed Assert("RelFileNu

pgsql: Fix assertion failure in pg_prewarm() on objects without storage

2025-05-29 Thread Fujii Masao
Fix assertion failure in pg_prewarm() on objects without storage. An assertion test added in commit 049ef33 could fail when pg_prewarm() was called on objects without storage, such as partitioned tables. This resulted in the following failure in assert-enabled builds: Failed Assert("RelFileNu