bug in domain support

Started by Christopher Kings-Lynnealmost 24 years ago3 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

In latest CVS:

template1=# create table test (a int4 not null);
CREATE DOMAIN
template1=#

Chris

#2Rod Taylor
rbt@zort.ca
In reply to: Christopher Kings-Lynne (#1)
Re: bug in domain support

It looks like diff / patch got confused and applied the changes in the
wrong places.

--
Rod Taylor

This message represents the official view of the voices in my head

----- Original Message -----
From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "Hackers" <pgsql-hackers@postgresql.org>; <rbt@zort.ca>
Sent: Tuesday, March 19, 2002 3:46 AM
Subject: bug in domain support

Show quoted text

In latest CVS:

template1=# create table test (a int4 not null);
CREATE DOMAIN
template1=#

Chris

#3Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Christopher Kings-Lynne (#1)
Re: bug in domain support

Christopher Kings-Lynne wrote:

In latest CVS:

template1=# create table test (a int4 not null);
CREATE DOMAIN
template1=#

Fixed.

test=> create table texst(x int);
CREATE
test=> \q

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026