mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
Bump the catversion for the previous patch.
This commit is contained in:
parent
1fcb977a13
commit
bc577c7fad
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.450 2008/04/21 00:26:46 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.451 2008/04/28 14:57:35 alvherre Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -53,6 +53,6 @@
|
|||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
#define CATALOG_VERSION_NO 200804201
|
||||
#define CATALOG_VERSION_NO 200804281
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue