[HACKERS] Pg V10: Patch for bug in bonjour support - Mailing list pgsql-hackers

From Luke Lonergan
Subject [HACKERS] Pg V10: Patch for bug in bonjour support
Date
Msg-id 2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com
Whole thread Raw
Responses Re: [HACKERS] Pg V10: Patch for bug in bonjour support  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers

Hi all – I’m doing some geo analysis and was excited to see all the new features in V10 – particularly the declarative partitioning support!

 

Found a tiny bug in the build for Bonjour – patch below:

 

*** configure.in  2017-10-02 14:09:15.000000000 -0700

--- /home/llonergan/archive/configure.in    2017-11-08 12:53:29.522584528 -0800

***************

*** 1293,1298 ****

--- 1293,1299 ----

  

  if test "$with_bonjour" = yes ; then

    AC_CHECK_HEADER(dns_sd.h, [], [AC_MSG_ERROR([header file <dns_sd.h> is required for Bonjour])])

+   AC_CHECK_LIB(dns_sd, DNSServiceRefSockFD, [], [AC_MSG_ERROR([library 'dns_sd' is required for Bonjour])])

  fi

  

  # for contrib/uuid-ossp

 

- Luke

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Simplify ACL handling for large objects and removal of superuser() checks
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Pg V10: Patch for bug in bonjour support