remove some unused typedefs - Mailing list pgsql-patches

From Neil Conway
Subject remove some unused typedefs
Date
Msg-id 87brpip18c.fsf@mailbox.samurai.com
Whole thread Raw
List pgsql-patches
This patch removes the following unused typedefs from c.h:

     bool8, bool16, bool32, word8, word16, word32, Offset

In order to remove "Offset" I had to update some code in
page/bufpage.c, but that shouldn't have been using Offset to begin
with, AFAICS.

Unless anyone complains, I'll apply this in 24 hours or so.

-Neil

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: JDBC and pg_controldata zh_TW messages
Next
From: Neil Conway
Date:
Subject: remove 'noversion' from standalone backend