Обсуждение: pgsql: Bump catversion to reflect the fact that HS patch changed pg_proc
pgsql: Bump catversion to reflect the fact that HS patch changed pg_proc
От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Bump catversion to reflect the fact that HS patch changed pg_proc
contents, and PG_CONTROL_VERSION to reflect the fact that it changed
pg_control contents. (I see we did at least remember to change
XLOG_PAGE_MAGIC for the WAL contents changes.)
Modified Files:
--------------
pgsql/src/include/catalog:
catversion.h (r1.559 -> r1.560)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.559&r2=1.560)
pg_control.h (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_control.h?r1=1.45&r2=1.46)
On Sat, 2009-12-19 at 04:08 +0000, Tom Lane wrote: > Log Message: > ----------- > Bump catversion to reflect the fact that HS patch changed pg_proc > contents, and PG_CONTROL_VERSION to reflect the fact that it changed > pg_control contents. (I see we did at least remember to change > XLOG_PAGE_MAGIC for the WAL contents changes.) > > Modified Files: > -------------- > pgsql/src/include/catalog: > catversion.h (r1.559 -> r1.560) > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.559&r2=1.560) > pg_control.h (r1.45 -> r1.46) > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_control.h?r1=1.45&r2=1.46) Thanks! -- Simon Riggs www.2ndQuadrant.com