You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-13 01:00:23 +02:00
Update HINT messages to conform to new standard detailed in CODING.md.
This commit is contained in:
committed by
David Steele
parent
c5f496b903
commit
56bf9d0566
@ -195,7 +195,7 @@ testRun(void)
|
||||
TEST_ERROR(
|
||||
cmdArchivePush(), OptionRequiredError,
|
||||
"option 'pg1-path' must be specified when relative wal paths are used"
|
||||
"\nHINT: Is %f passed to archive-push instead of %p?"
|
||||
"\nHINT: is %f passed to archive-push instead of %p?"
|
||||
"\nHINT: PostgreSQL may pass relative paths even with %p depending on the environment.");
|
||||
|
||||
// Create pg_control and archive.info
|
||||
|
Reference in New Issue
Block a user