Re: New Access Method

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alan Gatt" <alangatt(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New Access Method
Date: 2007-03-04 18:48:08
Message-ID: 22996.1173034088@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Alan Gatt" <alangatt(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2007-03-04 18:51:01 Re: ERROR: operator does not exist: integer !=- integer
Previous Message Joshua D. Drake 2007-03-04 18:31:50 Re: Synchronized Scan update