Re: [BUGS] c-function returning multiple rows

2001-04-26 Thread Tom Lane
Alexey Nalbat <[EMAIL PROTECTED]> writes: > I digged into sources and supposed that line 61 in fmgr.h might be > 'struct ReturnSetInfo *resultinfo;' instead of 'struct Node > *resultinfo;'. But I'm not sure if it is correct. No, it isn't. fmgr.h is correct as given, because the resultinfo field

[BUGS] c-function returning multiple rows

2001-04-26 Thread Alexey Nalbat
Hello, I encountered the following problem ( at PostgreSQL 7.1 on Solaris i386 ) with compiling c-function returning multiple rows. Here is a transcript. +++ +++ postgres@beta:~$ cd lib/ postgres@beta:~/lib$ cat #include > #include "postgres.h" > #include "fmgr.h" > #include "nodes/