pg_filedump for CVS HEAD

Started by Alvaro Herreraover 17 years ago2 messageshackers
Jump to latest
#1Alvaro Herrera
alvherre@2ndquadrant.com

Hi,

Who is in charge of pg_filedump now?

I noticed that the latest version (for 8.3) does not play nice with
HEAD, because of changes in ControlFileData. The attached patch fixes
that, allowing it to compile.

I didn't look if there were other changes needed for it to actually
work; any clues?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Attachments:

filedump-head.patchtext/x-diff; charset=us-asciiDownload+10-10
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvaro Herrera (#1)
Re: pg_filedump for CVS HEAD

Alvaro Herrera <alvherre@commandprompt.com> writes:

Who is in charge of pg_filedump now?

It's usually me that fixes it for new PG versions. I don't normally
try to track CVS HEAD, just update it at release time.

I noticed that the latest version (for 8.3) does not play nice with
HEAD, because of changes in ControlFileData. The attached patch fixes
that, allowing it to compile.

Thanks, appreciate the patch.

regards, tom lane