Skip to content

Make support/postgres-port work on GNU/Linux

Toon Claes requested to merge tc-fix-postgres-port into master

What does this Merge Request do?

The script support/postgres-port script didn't work properly on GNU/Linux. And it also did fail silently, so no one noticed. Only because of the recent changes in !1019 (merged) this might cause trouble.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports