Re: beta testing version

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>, "'Zeugswetter Andreas SB'" <ZeugswetterA(at)wien(dot)spardat(dot)at>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: beta testing version
Date: 2000-12-07 04:48:57
Message-ID: 382.976164537@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Lifted from the PNG spec (RFC 2083):

Drat, I dropped the table declarations:

/* Table of CRCs of all 8-bit messages. */
unsigned long crc_table[256];

/* Flag: has the table been computed? Initially false. */
int crc_table_computed = 0;

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Horst Herb 2000-12-07 07:40:49 CRC was: Re: beta testing version
Previous Message Tatsuo Ishii 2000-12-07 04:47:10 Re: A mb problem in PostgreSQL