mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Be more clear about failure cases in relfilenode->relation lookup, and fix some other places that were inconsistent or not per our message style guidelines. Andres Freund and Tom Lane