-
- Downloads
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.
Showing
- contrib/pg_upgrade/pg_upgrade.c 3 additions, 0 deletionscontrib/pg_upgrade/pg_upgrade.c
- src/bin/initdb/initdb.c 2 additions, 168 deletionssrc/bin/initdb/initdb.c
- src/bin/pg_resetxlog/pg_resetxlog.c 3 additions, 0 deletionssrc/bin/pg_resetxlog/pg_resetxlog.c
- src/common/Makefile 1 addition, 1 deletionsrc/common/Makefile
- src/common/restricted_token.c 193 additions, 0 deletionssrc/common/restricted_token.c
- src/include/common/restricted_token.h 24 additions, 0 deletionssrc/include/common/restricted_token.h
- src/test/regress/pg_regress.c 7 additions, 98 deletionssrc/test/regress/pg_regress.c
- src/tools/msvc/Mkvcbuild.pm 2 additions, 1 deletionsrc/tools/msvc/Mkvcbuild.pm
Loading
Please register or sign in to comment