DECLARE CURSOR code question

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: DECLARE CURSOR code question
Date: 2008-01-12 01:03:00
Message-ID: 1200099780.25417.14.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In CVS HEAD, why does exec_simple_query() pass an empty cursorOptions to
pg_plan_queries() at postgres.c:903? If we're planning DECLARE CURSOR,
ISTM we ought to be passing down the DECLARE CURSOR's cursorOptions.

-Neil

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Cohen 2008-01-12 01:06:23 Re: Declarative partitioning grammar
Previous Message Gavin Sherry 2008-01-12 00:59:52 Re: Declarative partitioning grammar