diff options
Diffstat (limited to 'src/include/catalog/catalog.h')
| -rw-r--r-- | src/include/catalog/catalog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h index 293e11ef025..15cb6e7ca07 100644 --- a/src/include/catalog/catalog.h +++ b/src/include/catalog/catalog.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.27 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.28 2004/06/18 06:14:05 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ extern char *relpath(RelFileNode rnode); -extern char *GetDatabasePath(Oid tblNode); +extern char *GetDatabasePath(Oid dbNode, Oid spcNode); extern bool IsSystemRelation(Relation relation); extern bool IsToastRelation(Relation relation); |
