postgresql-7.4 make error: tuptoaster.c: In function `toast_delete_datum'

From: julius <julius(dot)junghans(at)web(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postgresql-7.4 make error: tuptoaster.c: In function `toast_delete_datum'
Date: 2004-01-02 18:26:55
Message-ID: 20040102192655.1bc322eb.julius.junghans@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

im not sure if this is the correct mailing list, please correct me if it is not.
my gcc is version 3.2, configure runs fine i deativated readline-support...but this error occours:

gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE -c -o tuptoaster.o tuptoaster.c
tuptoaster.c: In function `toast_delete_datum':
tuptoaster.c:973: `F_OIDEQ' undeclared (first use in this function)

any ideas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2004-01-02 19:31:58 Re: cache in plpgsql
Previous Message Michael Glaesemann 2004-01-02 18:00:09 Re: Bug and/or feature? Complex data types in tables...