Bug 224466

Summary: databases/postgresql10-server Logical replication not working
Product: Ports & Packages Reporter: efraindector
Component: Individual Port(s)Assignee: pgsql
Status: Closed FIXED    
Severity: Affects Many People CC: efraindector, girgen
Priority: --- Flags: bugzilla: maintainer-feedback? (pgsql)
Version: Latest   
Hardware: Any   
OS: Any   

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!