]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Run pg_upgrade and pg_resetxlog with restricted token on Windows
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 30 Mar 2015 21:17:39 +0000 (17:17 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 30 Mar 2015 21:17:39 +0000 (17:17 -0400)
commit9485663134c1c3d131bcdef8745d69871b193baf
tree749dd57e16f4c8c0337111d543c2a1124c6c25aa
parentf155466fe97d0a9b69228ed4be7d01f096fe4cce
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.
contrib/pg_upgrade/pg_upgrade.c
src/bin/pg_resetxlog/pg_resetxlog.c