Skip to content

Syncing with upstream #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Jul 23, 2018
Merged

Syncing with upstream #1

merged 40 commits into from
Jul 23, 2018

Conversation

RobRuana
Copy link

No description provided.

noelmcloughlin and others added 30 commits May 17, 2018 16:25
Regex:

- `^`        Line start
- `#*\s*`    Find line even if commented out
- `(port)`   'port' -- capture as backreference `\1`
- `\s*=\s*`  Equals sign, whether or not surrounded by whitespace
- `\d{4,5}`  Existing port value, expected at 4/5 digits
- `(.*)`     Remainder (i.e. comment) -- capture as backreference `\2`
- `$`        Line end
use upstream repo for python if configured
* Regex modified:
  - Ensure whitespace before comment is maintained
  - Consistent with surrounding lines in the file
* Used YAML pipe `>-` due to the colon-space (`: `) in the comment
Upstream commit:

- postgres/postgres@be37c21
- 9 Mar 2017
- master REL_11_BETA1 REL_10_4 ... REL_10_BETA1
Client should not install dev libs by default
Use upstream instructions for Apt `pkg_repo` (remove unnecessary `version`)
Allow `port` to be configurable
add fromrepo support for pg client
Fix 'fromrepo' bug in fedora macro
Fix dev package os dependencies
Enable replication connections by default in `pg_hba.conf`
Fix  /Library/LaunchDaemons/limit.maxfiles.plist on MacOS
Allow conf/data directory separation
myii and others added 10 commits June 21, 2018 06:19
Fix `conf_dir` => `data_dir` required for preparing cluster
* `postgresql-cluster-prepared`: `dir_mode` is set in `postgresql-config-dir`
* `postgresql-config-dir`: `file_mode` for some files is set to 600, and I think all other files are good with default mode. So don't touch any files, only change dirs.
Allow configuration of cluster `name`, `locale` & `encoding`
@RobRuana RobRuana merged commit 41033a2 into magfest:master Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants