Re: size of function body - Mailing list pgsql-general

From Tom Lane
Subject Re: size of function body
Date
Msg-id 9366.1026860520@sss.pgh.pa.us
Whole thread Raw
In response to Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Responses Re: size of function body
List pgsql-general
Ralph Graulich <maillist@shauny.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

pgsql-general by date:

Previous
From: Ralph Graulich
Date:
Subject: Re: size of function body
Next
From: Ralph Graulich
Date:
Subject: Re: size of function body