mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +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