mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
That avoids errors when the functions are used in queries like "SELECT pg_relation_size(oid) FROM pg_class", and a table is dropped concurrently. Phil Sorber