diff options
| author | Andres Freund | 2014-07-02 19:07:47 +0000 |
|---|---|---|
| committer | Andres Freund | 2014-07-02 19:07:47 +0000 |
| commit | a36a8fa376631e59d006772bcd30f4f827d7e6b9 (patch) | |
| tree | 40bff12aee210615fd99a7bfe48ba30067fb507d /src/include/catalog/catversion.h | |
| parent | 89cf2d5203085a3b74ab8ce1f323c93f8e410473 (diff) | |
Rename logical decoding's pg_llog directory to pg_logical.
The old name wasn't very descriptive as of actual contents of the
directory, which are historical snapshots in the snapshots/
subdirectory and mappingdata for rewritten tuples in
mappings/. There's been a fair amount of discussion what would be a
good name. I'm settling for pg_logical because it's likely that
further data around logical decoding and replication will need saving
in the future.
Also add the missing entry for the directory into storage.sgml's list
of PGDATA contents.
Bumps catversion as the data directories won't be compatible.
Diffstat (limited to 'src/include/catalog/catversion.h')
| -rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index e7edb34aa39..3efa28f5d48 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201406292 +#define CATALOG_VERSION_NO 201407021 #endif |
