Re: mylog() + qlog() implementation - Mailing list pgsql-odbc

From Tom Lane
Subject Re: mylog() + qlog() implementation
Date
Msg-id 29132.1020832804@sss.pgh.pa.us
Whole thread Raw
In response to mylog() + qlog() implementation  (Kristis Makris <kristis.makris@datasoft.com>)
List pgsql-odbc
Kristis Makris <kristis.makris@datasoft.com> writes:
> -#define PG_BINARY_W            "w"
> +#define PG_BINARY_W            "a"

Surely this would break a lot of other uses?

I don't object to writing logfiles in append mode... but the
PG_BINARY_x symbols probably shouldn't be used for logfiles
in the first place, and in any case we need to distinguish
"write" from "append" mode.  I think a more extensive patch
that defines suitable PG_APPEND symbols may be called for.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Kristis Makris
Date:
Subject: mylog() + qlog() implementation
Next
From: "Ed Brown"
Date:
Subject: Parse Errors with prepared query