Re: pgsql: Fix a couple of obvious problems in DROP

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a couple of obvious problems in DROP
Date: 2006-06-17 01:03:07
Message-ID: 449354CB.4020706@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:

>Log Message:
>-----------
>Fix a couple of obvious problems in DROP IF EXISTS patch.
>
>
>
>

- n->missing_ok =
+ n->missing_ok = $3;

Oops - sorry about that. I don't know how that one got past me - thanks for picking it up.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2006-06-17 02:29:04 pgbuildfarm - client-code: Fix regex on status lines so it's not too
Previous Message Tom Lane 2006-06-16 23:50:48 pgsql: Fix a couple of obvious problems in DROP IF EXISTS patch.