| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
The pg_upgrade fails with confusing error message if there are
wrong /var/lib/pgsql permissions. It's not very obvious what is
the pg_upgrade's work-dir (we use 'runuser' -l) -- for this reason
exit rather early with understandable error message.
* postgresql-setup.in: Exit if postgres user is not able to write
into $POSTGRES_HOMEDIR.
|
|
|
|
|
|
|
|
|
| |
This broke testsuite because it relies on construct
_AX_TEXT_TPL_SUBST([TEST_GEN_FILES_LIST], [.generated_files])
set within configure.ac.
* m4/_ax_text_tpl.m4 (_AX_TEXT_TPL_SUBST): Take optional default
value.
|
|
See rhbz#1015431, good idea.
|