diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-12-08 21:05:27 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-12-08 21:05:27 +0900 |
commit | 4e43ee88c28b725bb63e27609c1a717138fc7f39 (patch) | |
tree | 4a9a2ff06988eeab7c5952ca182cf2f6127661e6 /src | |
parent | 28d1601ad988790c3c53d7ffd24ef6d2366d4457 (diff) | |
download | postgresql-4e43ee88c28b725bb63e27609c1a717138fc7f39.tar.gz postgresql-4e43ee88c28b725bb63e27609c1a717138fc7f39.zip |
Bump catversion for pg_stat_wal changes.
Oversight in 01469241b2.
Reported-by: Andres Freund
Discussion: https://postgr.es/m/20201207185614.zzf63vggm5r4sozg@alap3.anarazel.de
Diffstat (limited to 'src')
-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 a16cc388cbb..54661ce753c 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202011251 +#define CATALOG_VERSION_NO 202012081 #endif |