Re: size of function body

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ralph Graulich <maillist(at)shauny(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: size of function body
Date: 2002-07-16 23:02:00
Message-ID: 9366.1026860520@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ralph Graulich <maillist(at)shauny(dot)de> writes:
> Downloaded the 1.18 version of pl_funcs.c and put it in the source code
> tree, "make clean", "make", and it hangs:

> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic
> -I. -I../../../../src/include -I/usr/local/ssl/include -c -o pl_funcs.o
> pl_funcs.c
> pl_funcs.c:8: unterminated character constant
> pl_funcs.c:13: unterminated character constant
> pl_funcs.c:15: unterminated character constant
> pl_funcs.c:17: unterminated character constant

It compiles fine here. You sure you got a clean download?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ralph Graulich 2002-07-16 23:15:54 Re: size of function body
Previous Message Ralph Graulich 2002-07-16 22:58:02 Re: size of function body