diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2008-10-06 14:13:17 +0000 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2008-10-06 14:13:17 +0000 |
| commit | 5f853c655663bf829c02895de2b445a5f3caa24b (patch) | |
| tree | 3dc2757ce91d5409d1def38bbbf666fbfd8aae6d /src/include/storage/relfilenode.h | |
| parent | e59ad5fbb6d71b43a6c4e50875fda56e88527532 (diff) | |
| download | postgresql-5f853c655663bf829c02895de2b445a5f3caa24b.tar.gz | |
Use fork names instead of numbers in the file names for additional
relation forks. While the file names are not visible to users, for those
that do peek into the data directory, it's nice to have more descriptive
names. Per Greg Stark's suggestion.
Diffstat (limited to 'src/include/storage/relfilenode.h')
| -rw-r--r-- | src/include/storage/relfilenode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h index 128cff99a9..383cc18a57 100644 --- a/src/include/storage/relfilenode.h +++ b/src/include/storage/relfilenode.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.18 2008/10/03 07:33:10 heikki Exp $ + * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.19 2008/10/06 14:13:17 heikki Exp $ * *------------------------------------------------------------------------- */ @@ -27,7 +27,7 @@ typedef enum ForkNumber FSM_FORKNUM /* * NOTE: if you add a new fork, change MAX_FORKNUM below and update the - * name to number mapping in utils/adt/dbsize.c + * forkNames array in catalog.c */ } ForkNumber; |
