Re: [HACKERS] CVSup help??

From: dg(at)illustra(dot)com (David Gould)
To: jdp(at)polstra(dot)com (John Polstra)
Cc: scrappy(at)hub(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] CVSup help??
Date: 1998-05-01 05:25:57
Message-ID: 9805010525.AA26511@hawk.illustra.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Hi,
>
> This is my last mail before leaving on a 5-day trip, so I'm not sure
> I can be of much help right away.
>
> > > write(4, "COLL pgsql cvs\n", 15) = 15
> > > write(4, "x\1\322\343\2\10", 6) = 6
> > > write(4, "0\0\0h\0009", 6) = 6
> > > write(4, ".\n", 2) = 2
>
> It'll be easier to debug if you turn off compression. Then
> everything will be readable by mortals.

The relevant part of the dialog w/o compression (cvsup -Z) is:

write(4, "COLL pgsql cvs\n", 15) = 15
write(4, ".\n", 2) = 2
write(4, ".\n", 2) = 2

So I think the compression was just sending some sort of header for its
own use.

Btw, are you the cvsup maintainer (author (guru (god)))?

-dg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Polstra 1998-05-01 05:30:34 Re: [HACKERS] CVSup help??
Previous Message John Polstra 1998-05-01 05:00:15 Re: [HACKERS] CVSup help??