Re: XLogDir - Mailing list pgsql-hackers

From Tom Lane
Subject Re: XLogDir
Date
Msg-id 28472.1029553822@sss.pgh.pa.us
Whole thread Raw
In response to XLogDir  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: XLogDir  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> A recent change made XLogDir dynamically sized.  There was a question of
> whether this was a good idea since there are lots of other places that
> use MAXPGPATH.

> I have now found that pg_resetxlog doesn't compile anymore because
> XLogDir is a char* now instead of a char[].

> Should I fix pg_resetxlog or revert the XLogDir change in the backend.

Revert.  The XLogDir change was incomplete and basically useless to
start with ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Temporary Table existence?
Next
From: Philip Warner
Date:
Subject: Function result cacheing