View | Details | Raw Unified | Return to bug 222864 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile 2017-10-08 08:36:34.998239000 -0700 (-2 / +2 lines)
Lines 11-21 Link Here
11
               src/backend/utils/mb/conversion_procs \
11
               src/backend/utils/mb/conversion_procs \
12
               src/backend/snowball src/backend/replication/libpqwalreceiver \
12
               src/backend/snowball src/backend/replication/libpqwalreceiver \
13
               src/bin/initdb src/bin/pg_ctl \
13
               src/bin/initdb src/bin/pg_ctl \
14
               src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
14
               src/bin/pg_controldata src/bin/pg_resetwal src/pl \
15
               src/bin/pg_basebackup src/bin/pg_archivecleanup \
15
               src/bin/pg_basebackup src/bin/pg_archivecleanup \
16
               src/bin/pg_rewind \
16
               src/bin/pg_rewind \
17
               src/bin/pg_test_fsync src/bin/pg_test_timing \
17
               src/bin/pg_test_fsync src/bin/pg_test_timing \
18
               src/bin/pg_xlogdump src/bin/pg_upgrade
18
               src/bin/pg_waldump src/bin/pg_upgrade
19
PG_USER?=      postgres
19
PG_USER?=      postgres
20
PG_GROUP?=     postgres
20
PG_GROUP?=     postgres

Return to bug 222864