Bug 224466 - databases/postgresql10-server Logical replication not working
Summary: databases/postgresql10-server Logical replication not working
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-19 18:04 UTC by efraindector
Modified: 2017-12-20 22:10 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (pgsql)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description efraindector 2017-12-19 18:04:28 UTC
Logical replication doesn't work on databases/postgresql10-server because the file pgoutput.so is missing on /usr/local/lib/postgresql.

The server returns this message when triying to make a subscription:

ERROR:  could not create replication slot "subtest": ERROR: could not
access file "pgoutput": No such file or directory
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-20 22:09:50 UTC
A commit references this bug:

Author: girgen
Date: Wed Dec 20 22:09:09 UTC 2017
New revision: 456862
URL: https://svnweb.freebsd.org/changeset/ports/456862

Log:
  Fix problem with logical replication

  PR:	224466

Changes:
  head/databases/postgresql10-server/Makefile
  head/databases/postgresql10-server/pkg-plist-server
Comment 2 Palle Girgensohn freebsd_committer freebsd_triage 2017-12-20 22:10:29 UTC
Fix committed. Thanks for reporting the problem!