Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sclorg/postgresql-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99df714e895b5396bcef7e7cdb0b180090dcfeb5
Choose a base ref
..
head repository: sclorg/postgresql-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e17c5b228707b1bb4e3819011c3e7f281b63a01
Choose a head ref
Showing with 142 additions and 1,074 deletions.
  1. +0 −90 10/Dockerfile.rhel8
  2. +0 −1 10/README.md
  3. +0 −3 10/root/usr/bin/container-entrypoint
  4. +0 −58 10/root/usr/bin/run-postgresql
  5. +0 −5 10/root/usr/bin/run-postgresql-master
  6. +0 −37 10/root/usr/bin/run-postgresql-slave
  7. +0 −4 10/root/usr/bin/usage
  8. +0 −27 10/root/usr/libexec/check-container
  9. +0 −39 10/root/usr/libexec/fix-permissions
  10. +0 −194 10/root/usr/share/container-scripts/postgresql/README.md
  11. +0 −518 10/root/usr/share/container-scripts/postgresql/common.sh
  12. +0 −7 10/root/usr/share/container-scripts/postgresql/openshift-custom-postgresql-replication.conf.template
  13. +0 −21 10/root/usr/share/container-scripts/postgresql/openshift-custom-postgresql.conf.template
  14. +0 −9 10/root/usr/share/container-scripts/postgresql/openshift-custom-recovery.conf.template
  15. +0 −3 10/root/usr/share/container-scripts/postgresql/scl_enable
  16. +0 −23 10/root/usr/share/container-scripts/postgresql/start/set_passwords.sh
  17. +0 −14 10/s2i/bin/assemble
  18. +0 −1 10/s2i/bin/usage
  19. +0 −1 10/test
  20. +23 −2 12/root/usr/share/container-scripts/postgresql/common.sh
  21. +23 −2 13/root/usr/share/container-scripts/postgresql/common.sh
  22. +23 −2 14/root/usr/share/container-scripts/postgresql/common.sh
  23. +23 −2 15/root/usr/share/container-scripts/postgresql/common.sh
  24. +23 −2 16/root/usr/share/container-scripts/postgresql/common.sh
  25. +23 −2 src/root/usr/share/container-scripts/postgresql/common.sh
  26. +2 −7 test/run_test
  27. +2 −0 test/run_upgrade_test
90 changes: 0 additions & 90 deletions 10/Dockerfile.rhel8

This file was deleted.

1 change: 0 additions & 1 deletion 10/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions 10/root/usr/bin/container-entrypoint

This file was deleted.

58 changes: 0 additions & 58 deletions 10/root/usr/bin/run-postgresql

This file was deleted.

5 changes: 0 additions & 5 deletions 10/root/usr/bin/run-postgresql-master

This file was deleted.

37 changes: 0 additions & 37 deletions 10/root/usr/bin/run-postgresql-slave

This file was deleted.

4 changes: 0 additions & 4 deletions 10/root/usr/bin/usage

This file was deleted.

27 changes: 0 additions & 27 deletions 10/root/usr/libexec/check-container

This file was deleted.

39 changes: 0 additions & 39 deletions 10/root/usr/libexec/fix-permissions

This file was deleted.

Loading