Re: broken dead code in pg_lzcompress.h

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: broken dead code in pg_lzcompress.h
Date: 2006-10-05 21:22:12
Message-ID: 1738.1160083332@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jan Wieck <JanWieck(at)Yahoo(dot)com> writes:
> That's quite possible that there is a fair amount of dead code in there
> because it was originally the header for the lztext datatype, which if
> memory served only existed quietly in one release to support slightly
> larger rewrite rules before it was replaced with TOAST.

Ah, I was wondering how so much of it came to be dead code, but that
explains that. I will pull out whatever's not referenced anymore ---
it looks like there are a couple of subroutines, not just macros,
that we don't need.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2006-10-05 22:24:54 pg_dump exclusion switches and functions/types
Previous Message Jan Wieck 2006-10-05 21:17:07 Re: broken dead code in pg_lzcompress.h