Re: XLogDir

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: XLogDir
Date: 2002-08-17 03:10:22
Message-ID: 28472.1029553822@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

  • XLogDir at 2002-08-16 22:06:27 from Bruce Momjian

Responses

  • Re: XLogDir at 2002-08-17 03:55:43 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2002-08-17 03:18:02 Function result cacheing
Previous Message Philip Warner 2002-08-17 03:09:02 Temporary Table existence?