From: | Rafael Martinez Guerrero <r(dot)m(dot)guerrero(at)usit(dot)uio(dot)no> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | textToQualifiedNameList second parameter |
Date: | 2006-02-24 08:57:47 |
Message-ID: | 1140771467.20209.3825.camel@bbking.uio.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello
In version 7.4.x, the function textToQualifiedNameList was defined with
two parameters.
Some months ago, the second parameter was removed [1] so I had to modify
my program to work after this change. Now with 8.0.7, the second
parameter is back again and I get this error when I try to compile:
pg_dbsize.c: In function `relation_size':
pg_dbsize.c:295: too few arguments to function `textToQualifiedNameList'
make: *** [pg_dbsize] Error 1
Is the second parameter back again?
[1]: http://archives.postgresql.org/pgsql-patches/2005-05/msg00307.php
--
Rafael Martinez, <r(dot)m(dot)guerrero(at)usit(dot)uio(dot)no>
Center for Information Technology Services
University of Oslo, Norway
PGP Public Key: http://folk.uio.no/rafael/
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2006-02-24 13:06:43 | Re: AC_REPLACE_FUNCS([getaddrinfo]) in 8.1.3 |
Previous Message | Simon Riggs | 2006-02-24 08:48:31 | Re: memory context for tuplesort return values |