|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <unistd.h>#include <sys/stat.h>#include "catalog/pg_tablespace.h"#include "commands/tablespace.h"#include "miscadmin.h"
Go to the source code of this file.
Functions | |
| char * | get_tablespace_location (Oid tablespaceOid) |
| char * get_tablespace_location | ( | Oid | tablespaceOid | ) |
Definition at line 30 of file pg_tablespace.c.
References ereport, errcode(), errcode_for_file_access(), errmsg(), ERROR, InvalidOid, lstat, MAXPGPATH, MyDatabaseTableSpace, PG_TBLSPC_DIR, pstrdup(), readlink, S_ISLNK, snprintf, and stat::st_mode.
Referenced by pg_tablespace_location().