Error messages

From: "smile khmer" <khmersmile(at)email(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Error messages
Date: 2005-10-06 20:35:10
Message-ID: 20051006203510.0C227164278@ws1-4.us4.outblaze.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear all,

I made some change ot the function in btcompare.c and compiling and installation is success, but when I start to run with

/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

I've got this error message : creating template1 database in /usr/local/pgsql/data/base/1 ... FATAL: duplicate key violates unique constraint "pg_type_typname_nsp_index"

What I've changed is : in function btnamecmp(), I've converted the arg0 and arg1 into lowercase and call strncmp.

regards,
Smile

--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-10-06 21:19:36 Re: COPY FROM with CSV header
Previous Message Greg Stark 2005-10-06 20:33:08 Re: fixing LISTEN/NOTIFY