_getPlan missing support for some Plan node elements

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: _getPlan missing support for some Plan node elements
Date: 2002-11-08 19:19:47
Message-ID: 3DCC0E53.2050800@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I was poking around the PREPARE/EXECUTE code, and I noticed _getPlan(Plan
*node) in readfuncs.c is missing support for 4 elements of the Plan struct.
Attached patch adds it.

If there are no objections, please apply.

Thanks,

Joe

Attachment Content-Type Size
plan-readfuncs.1.patch text/plain 1002 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-11-08 19:54:26 Domain Check Constraints
Previous Message Bruce Momjian 2002-11-08 19:10:15 Re: [GENERAL] psql: \pset pager 'always'?