textToQualifiedNameList second parameter - Mailing list pgsql-hackers

From Rafael Martinez Guerrero
Subject textToQualifiedNameList second parameter
Date
Msg-id 1140771467.20209.3825.camel@bbking.uio.no
Whole thread Raw
Responses Re: textToQualifiedNameList second parameter
Re: textToQualifiedNameList second parameter
List 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.m.guerrero@usit.uio.no>
Center for Information Technology Services
University of Oslo, Norway

PGP Public Key: http://folk.uio.no/rafael/



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: memory context for tuplesort return values
Next
From: Andrew Dunstan
Date:
Subject: Re: AC_REPLACE_FUNCS([getaddrinfo]) in 8.1.3