Re: [HACKERS] how to call the function--pqCatenateResultError()

2011-06-30 Thread Robert Haas
2011/6/27 _石头 tanji...@qq.com: Hello!~        Now i encounter a function call problem in PostgreSQL's psql module!        The situation is as follow:         In ./src/bin/psql/common.c, I want to call the function pqCatenateResultError().         Function pqCatenateResultError() is

[HACKERS] how to call the function--pqCatenateResultError()

2011-06-27 Thread _石头
Hello!~ Now i encounter a function call problem in PostgreSQL's psql module! The situation is as follow: In ./src/bin/psql/common.c, I want to call the function pqCatenateResultError(). Function pqCatenateResultError() is declared in