Bruce Momjian wrote:
> Your patch has been added to the PostgreSQL unapplied patches list
> at:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches
>
> It will be applied as soon as one of the PostgreSQL committers
> reviews and approves it.
He should send a patch, not a source tarball, so it's p
This has been saved for the 8.1 release:
http:/momjian.postgresql.org/cgi-bin/pgpatches2
---
Alvaro Herrera wrote:
> Patchers,
>
> I wrote an "install" program in C. It's supposed to replace the
> config/install-s
Patch applied. Thanks.
---
Devrim GUNDUZ wrote:
> Hi,
>
> Attached is the updated Turkish FAQ. Could you please apply it?
>
> Also, on main FAQ, the latest release seems 7.4.5, it should be
> corrected.
>
> Regards,
> -
I have added a comment explaining the possible compiler warning:
/*
* Some compilers with throw a warning knowing this test can never be
* true because off_t can't exceed the compared maximum.
*/
if (th->fileLen > MAX_TAR_MEMBER_FILELEN)
die_horribly(AH, modulenam
Patch applied. Thanks.
---
Euler Taveira de Oliveira wrote:
> Hi,
>
> Attached is a patch that correct two typos in pt_BR FAQ.
>
> Please apply.
>
>
> =
> Euler Taveira de Oliveira
> euler[at]yahoo_com_br
>
>
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
---
Ro
Peter Eisentraut wrote:
> It used to be that calling
>
> initdb -D /some/where
>
> suggested starting
>
> postmaster -D /some/where
>
> and
>
> ./mydir/bin/initdb -D ./mydir/var/data
>
> suggested starting
>
> ./mydir/bin/postmaster -D ./mydir/var/data
>
> In the current sou
Karel Zak <[EMAIL PROTECTED]> writes:
> here is a patch with:
> * support absolute paths in dump index
> * support for schemas
> * queries to catalog uses "pg_catalog." prefix
> * default directory is $PWD or "."
> * check index file format
> * schema support is backward compatible (default schem
On Sat, 27 Nov 2004, Bruce Momjian wrote:
> Kris Jurka wrote:
> >
> > Compiling on solaris with a non gcc compiler does not correctly enable
> > debugging when --enable-debug is specified. src/template/solaris is
> > specifying CFLAGS="-O -v" and -O overrides the -g that --enable-debug
> >
On Fri, 2004-11-26 at 22:34, Peter Eisentraut wrote:
> Simon Riggs wrote:
> > The sections Supported Features and Unsupported Features cover both
> > Mandatory (Core) and Optional features in the same section. It would
> > be better to separate these, just as the SQL standard itself does in
> > Ann
10 matches
Mail list logo