]> granicus.if.org Git - postgresql/commit
Prevent pg_resetxlog from being run as root. If this is allowed, some
authorNeil Conway <neilc@samurai.com>
Tue, 14 Dec 2004 01:59:41 +0000 (01:59 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 14 Dec 2004 01:59:41 +0000 (01:59 +0000)
commit75e39c441eacfb89d4dbfd429a3bef432ed6126c
treed6e84ac636e9a130175ffb0467c57d9aa1b9745e
parent374abf9178d2e4f76ab750c0c3d2c8d74cf4a21e
Prevent pg_resetxlog from being run as root. If this is allowed, some
root-owned files will be written to the data directory, leaving it in an
unusable state.
src/bin/pg_resetxlog/pg_resetxlog.c