View Single Post

   
  #9 (permalink)  
Old 05-12-2008, 09:09 AM
Alvaro Herrera
 
Posts: n/a
Default Re: bloated heapam.h

Alvaro Herrera wrote:
> Tom Lane wrote:
> > Alvaro Herrera <alvherre@commandprompt.com> writes:
> > > So here's a patch (includes the #ifndef FRONTEND hack in htup.h.)

> >
> > I like this except for the #ifndef FRONTEND hack --- you're going to
> > need to fix that before applying. I'm good with doing that by pushing
> > the system attribute numbers into a separate header.

>
> Committed with the attribute numbers moved to access/sysattr.h, which is
> what pg_dump now uses.


Oops :-( I just noticed that I removed bufmgr.h from bufpage.h, which
is a change you had objected to previously :-(

http://archives.postgresql.org/pgsql...4/msg00149.php

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote