Re: New Access Method - Mailing list pgsql-hackers

From Tom Lane
Subject Re: New Access Method
Date
Msg-id 22996.1173034088@sss.pgh.pa.us
Whole thread Raw
In response to Re: New Access Method  ("Alan Gatt" <alangatt@gmail.com>)
List pgsql-hackers
"Alan Gatt" <alangatt@gmail.com> writes:
> make[4]: Entering directory
> `/c/dev/postgres/pgsql_tip/src/backend/access/mdim'
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
> -I../../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND
> "-I../../../../src/include/port/win32" -DBUILDING_DLL  -c -o mdim.o mdim.c

> make[4]: *** [mdim.o] Error 3

Umm ... what happened to the actual compiler error message?  I'd have
expected to see something in between those lines.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Synchronized Scan update
Next
From: "Joshua D. Drake"
Date:
Subject: Re: ERROR: operator does not exist: integer !=- integer