Re: [BUGS] BUG #7628: Installation of PostgreSQL 9.2.1 on Windows 7 may take too long

2012-11-01 Thread Dave Page
On Thu, Nov 1, 2012 at 5:41 AM, Craig Ringer wrote: > On 11/01/2012 01:23 PM, Sandeep Thakkar wrote: >> Thanks George. I have fixed the typo in initcluster.vbs on all >> affected branches. > Out of interest, how long has that typo been there? > > Could this be the cause of *all* the various and pe

[BUGS] BUG #7635: psql -1 and \connect

2012-11-01 Thread pgmail
The following bug has been logged on the website: Bug reference: 7635 Logged by: Marko Tiikkaja Email address: pgm...@joh.to PostgreSQL version: 9.1.6 Operating system: OSX something Description: Hi, With a simple script like this: \connect postgres CREATE TABLE foo

[BUGS] BUG #7636: \ef doesn't honor ON_ERROR_ROLLBACK

2012-11-01 Thread pgmail
The following bug has been logged on the website: Bug reference: 7636 Logged by: Marko Tiikkaja Email address: pgm...@joh.to PostgreSQL version: 9.1.6 Operating system: OSX something Description: Hi, It looks like \ef doesn't honor ON_ERROR_ROLLBACK: =# \set ON_ERRO

[BUGS] BUG #7634: Missing files in global/ after a lot of CREATE DATABASE / DROP DATABASE

2012-11-01 Thread thomas . eckestad
The following bug has been logged on the website: Bug reference: 7634 Logged by: Thomas Email address: thomas.eckes...@gmail.com PostgreSQL version: 9.1.6 Operating system: Linux Description: Hi, We are using a Postgres server dedicated for unit testing, i.e. for tes

Re: [BUGS] BUG #7634: Missing files in global/ after a lot of CREATE DATABASE / DROP DATABASE

2012-11-01 Thread Tom Lane
thomas.eckes...@gmail.com writes: > After a couple of days/weeks with frequent unit test activity DROP DATABASE > eventually triggers errors on the following form: > 2012-05-08 08:53:02.512 CEST> LOG: statement: DROP DATABASE IF EXISTS > "HEAD_test_migrate_group_data_10010018668" > 2012-05-08 08:

Re: [BUGS] BUG #7635: psql -1 and \connect

2012-11-01 Thread Tom Lane
pgm...@joh.to writes: > I know it's not clear what to do with --single-transaction if a script is > \connecting to multiple databases in a single file, but IMHO it should at > least work correctly for the single database case. Define "correctly" --- I would expect \connect to establish a new conne

Re: [BUGS] BUG #7635: psql -1 and \connect

2012-11-01 Thread Marko Tiikkaja
On Thu, 01 Nov 2012 22:29:50 +0100, Tom Lane wrote: pgm...@joh.to writes: I know it's not clear what to do with --single-transaction if a script is \connecting to multiple databases in a single file, but IMHO it should at least work correctly for the single database case. Define "correctl

Re: [BUGS] BUG #7634: Missing files in global/ after a lot of CREATE DATABASE / DROP DATABASE

2012-11-01 Thread Tom Lane
thomas.eckes...@gmail.com writes: > After a couple of days/weeks with frequent unit test activity DROP DATABASE > eventually triggers errors on the following form: > 2012-05-08 08:53:02.512 CEST> LOG: statement: DROP DATABASE IF EXISTS > "HEAD_test_migrate_group_data_10010018668" > 2012-05-08 08: