mirror of
https://github.com/postgres/postgres.git
synced 2025-11-17 00:02:52 -05: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