Re: int64 timestamp patch for contrib/pg_controldata

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: sugita(at)sra(dot)co(dot)jp, pgsql-patches(at)postgresql(dot)org
Subject: Re: int64 timestamp patch for contrib/pg_controldata
Date: 2002-07-31 06:45:49
Message-ID: 3D47879D.B15D321E@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce, please do not apply this. I already have fixed up the program.
Here is the cvs log entry:

revision 1.6
date: 2002/07/05 15:31:16; author: thomas; state: Exp; lines: +10 -1
Add a few new lines to display recently added fields in the ControlFile
structure.
Now includes the following new fields:
integer/float date/time storage
maximum length of names (+1; they must also include a null termination)
maximum number of function arguments
maximum length of locale name

Thanks Kenji for the patch though. Would you have a chance to look at
the CVS version and see if it works the way you want?

- Thomas

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-07-31 06:56:42 Re: int64 timestamp patch for contrib/pg_controldata
Previous Message Christopher Kings-Lynne 2002-07-31 06:27:03 Re: [HACKERS] DROP COLUMN round 4