1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00
Files
postgres/contrib/pg_upgrade
Andrew Dunstan 0904eb3e19 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.
2015-03-30 17:17:17 -04:00
..
2014-12-17 11:59:29 +01:00
2014-05-06 11:26:28 -04:00
2013-11-18 22:02:36 -05:00
2012-12-26 19:26:30 -05:00
2014-05-06 11:26:28 -04:00
2012-05-15 22:19:41 +03:00
2014-05-06 11:26:28 -04:00