From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows |
Date: | 2015-03-30 21:20:10 |
Message-ID: | E1Ych6Q-0002Fn-9p@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Run pg_upgrade and pg_resetxlog with restricted token on Windows
As with initdb these programs need to run with a restricted token, and
if they don't pg_upgrade will fail when run as a user with Adminstrator
privileges.
Backpatch to all live branches. On the development branch the code is
reorganized so that the restricted token code is now in a single
location. On the stable bramches a less invasive change is made by
simply copying the relevant code to pg_upgrade.c and pg_resetxlog.c.
Patches and bug report from Muhammad Asif Naeem, reviewed by Michael
Paquier, slightly edited by me.
Branch
------
REL9_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/bf22a8e5854a4d3a190d2639d508a7827645a0c4
Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c | 182 +++++++++++++++++++++++++++++++++++
src/bin/pg_resetxlog/pg_resetxlog.c | 182 +++++++++++++++++++++++++++++++++++
2 files changed, 364 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2015-03-31 12:23:33 | pgsql: Remove spurious semicolons. |
Previous Message | Andrew Dunstan | 2015-03-30 21:20:08 | pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows |