Skip to content
Snippets Groups Projects
Commit a7301839 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Move relpath() to libpgcommon

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.
parent 6e3fd964
No related branches found
No related tags found
Loading
Showing
with 237 additions and 168 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment