mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-04 17:17:36 +08:00
Instead, add a function pg_tablespace_location(oid) used to return the same information, and do this by reading the symbolic link. Doing it this way makes it possible to relocate a tablespace when the database is down by simply changing the symbolic link.