FreeBSD Bugzilla – Attachment 187004 Details for
Bug 222864
databases/postgresql10-server: Add pg_resetwal and pg_waldump (fixing pg_upgrade)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Alter INSTALL_DIRS in Makefile
file_222864.txt (text/plain), 792 bytes, created by
VoidChicken
on 2017-10-08 15:48:23 UTC
(
hide
)
Description:
Alter INSTALL_DIRS in Makefile
Filename:
MIME Type:
Creator:
VoidChicken
Created:
2017-10-08 15:48:23 UTC
Size:
792 bytes
patch
obsolete
>--- Makefile.old 2017-10-08 08:33:03.180921000 -0700 >+++ Makefile 2017-10-08 08:36:34.998239000 -0700 >@@ -11,11 +11,11 @@ > src/backend/utils/mb/conversion_procs \ > src/backend/snowball src/backend/replication/libpqwalreceiver \ > src/bin/initdb src/bin/pg_ctl \ >- src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ >+ src/bin/pg_controldata src/bin/pg_resetwal src/pl \ > src/bin/pg_basebackup src/bin/pg_archivecleanup \ > src/bin/pg_rewind \ > src/bin/pg_test_fsync src/bin/pg_test_timing \ >- src/bin/pg_xlogdump src/bin/pg_upgrade >+ src/bin/pg_waldump src/bin/pg_upgrade > > PG_USER?= postgres > PG_GROUP?= postgres
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
VoidChicken:
maintainer-approval?
(pgsql)
Actions:
View
|
Diff
Attachments on
bug 222864
: 187004 |
187005