aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/relpath.h
Commit message (Collapse)AuthorAge
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
This enables non-backend code, such as pg_xlogdump, to use it easily. The previous location, in src/backend/catalog/catalog.c, made that essentially impossible because that file depends on many backend-only facilities; so this needs to live separately.