Home
last modified time | relevance | path

Searched refs:libpq (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch19 libpq opportunistically requests for it except if gssencmode is
31 src/interfaces/libpq/fe-secure-gssapi.c | 3 ++-
34 diff --git a/src/interfaces/libpq/fe-secure-gssapi.c b/src/interfaces/libpq/fe-secure-gssapi.c
36 --- a/src/interfaces/libpq/fe-secure-gssapi.c
37 +++ b/src/interfaces/libpq/fe-secure-gssapi.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql.inc34 LEAD_SONAME = "libpq.so"
234 libpq libpq-dev libpq-staticdev \
241 libpq-dbg \
309 FILES:libpq = "${libdir}/libpq*${SOLIBS}"
310 FILES:libpq-dev = "${libdir}/libpq*${SOLIBSDEV} \
313 FILES:libpq-staticdev = "${libdir}/libpq*.a ${libdir}/libpgport.a"
314 SECTION:libpq-staticdev = "devel"
315 RDEPENDS:libpq-staticdev = "libpq-dev (= ${EXTENDPKGV})"
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py240 libpq = CDLL("libpq.so.5") variable
241 PQconnectdb = libpq.PQconnectdb
244 PQfinish = libpq.PQfinish
246 PQstatus = libpq.PQstatus
249 PQexec = libpq.PQexec
252 PQresultStatus = libpq.PQresultStatus
255 PQputCopyData = libpq.PQputCopyData
258 PQputCopyEnd = libpq.PQputCopyEnd
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-remove-some-checks-for-cross-compiling.patch81 # Find libpq headers and libraries
114 [AC_MSG_ERROR([libpq library version >= 9.2 is required])])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb34 PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
35 --disable-postgresql --with-libpq=no,postgresql"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-avoid-searching-host-dirs.patch162 FR_SMART_CHECK_INCLUDE(libpq-fe.h)
164 fail="$fail libpq-fe.h"
173 fail="$fail libpq"
/OK3568_Linux_fs/buildroot/package/python-psycopg2/
H A DConfig.in15 Psycopg 2 is mostly implemented in C as a libpq wrapper,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/
H A Dpsqlodbc.inc25 --with-libpq=${STAGING_LIBDIR}/.. \
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk219 COLLECTD_CONF_OPTS += --with-libpq=$(STAGING_DIR)/usr/bin/pg_config