I don't think
        my $int64passbyval = "(?($real64 = 1)t|f)";

works.  Perhaps

        my $int64passbyval = $real64 ? 't' : 'f';

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment: pg84-passedbyval-v4.patch.gz
Description: Unix tar archive

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply via email to