compile - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-10-01 11:51:19 | libpq not linked against libgssapi (Markus Schaaf)
compiling 8.3.3 on NetBSD --with-gssapi, and is still present in HEAD. A patch is attached
Mailing lists >> pgsql-patches >> Thread
2008-09-29 07:40:57 | Proposed patch to change TOAST compression strategy for 8.3.4 (Jérôme Jouanin)
compiling, I have to apply the optimized
toast patch : *bin7hetTGkMRL.bin
Mailing lists >> pgsql-patches >> Thread
2008-09-06 19:21:40 | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) (Tom Lane)
compiler will think that it's allowed to avoid fetching these values again on each
Mailing lists >> pgsql-patches >> Thread
2008-09-06 17:41:39 | Re: [PgFoundry] Unsigned Data Types [1 of 2] (Jaime Casanova)
compile manually (the uint module tried to install in the ubuntu location while it should
Mailing lists >> pgsql-patches >> Thread
2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)
compiler barfs) */ int integer; } u; } PQArgBlock; /* ---------------- + * PGresAttDesc -- Data about a single attribute (column) of a query
Mailing lists >> pgsql-patches >> Thread >> Search in thread (5)
2008-09-03 19:09:16 | Re: libpq events patch (Andrew Chernow)
compiler barfs) */ int integer; } u; } PQArgBlock; /* ---------------- + * PGresAttDesc -- Data about a single attribute (column) of a query
Mailing lists >> pgsql-patches >> Thread
2008-08-29 22:39:21 | to_date() validation (Brendan Jurd)
compiles cleanly and passes all regression tests on gentoo amd64. I did some testing to see whether
Mailing lists >> pgsql-patches >> Thread
2008-07-21 11:06:20 | WITH RECUSIVE patches 0721 (Tatsuo Ishii)
compile for me). This version includes regression tests and is almost ready for commit IMO. -- Tatsuo
Mailing lists >> pgsql-patches >> Thread
2008-07-18 14:30:50 | Re: [HACKERS] WITH RECUSIVE patches 0717 (Erik)
Compiled with: ./configure \ --prefix=${install_dir} \ --with-pgport=${pgport} \ --quiet \ --enable-depend \ --enable-cassert \ --enable
Mailing lists >> pgsql-patches >> Thread
2008-07-18 12:09:17 | Re: WITH RECUSIVE patches 0717 (David Fetter)
compiles. I have a test case that hangs and smashes. WITH t(i) AS ( SELECT
Mailing lists >> pgsql-patches >> Thread
2008-07-12 15:28:02 | Re: Relation forks & FSM rewrite patches (Tom Lane)
compiler to represent enum ForkNumber as a signed type, so the places where you assume
Mailing lists >> pgsql-patches >> Thread
2008-07-09 17:43:35 | Re: [HACKERS] WITH RECURSIVE updated to CVS TIP (Aidan Van Dyk)
compile PostgreSQL from source can apply a patch (if the patch available and applies cleanly
Mailing lists >> pgsql-patches >> Thread
2008-07-04 04:08:38 | Re: Explain XML patch v2 (Tom Raney)
compile with libxml? Are there any lighter weight solutions to serialize other than libxml? -Tom Raney
Mailing lists >> pgsql-patches >> Thread
2008-07-03 15:01:32 | Re: [HACKERS] Solaris ident authentication using unix domain sockets (Tom Lane)
compile failure (even if they actually wouldn't be trying to use getpeerucred() because they
Mailing lists >> pgsql-patches >> Thread
2008-06-18 15:43:49 | Re: Simplify formatting.c (Bruce Momjian)
macro in standard C compilers. * But we can make it an inline function when using GCC.