[Adding the OP back to CC, in case he's not subscribed to the list]
Mark Kirkwood wrote:
> On 09/09/12 14:01, Kevin Grittner wrote:
>> "Pieter Viljoen Sr." wrote:
>>
>>> The TWO most important factors in hindering us to convert to
>>> Postgres are the following:
>>>
>>> Parallel execution of qu
The following bug has been logged on the website:
Bug reference: 7528
Logged by: Alexander Jerusalem
Email address: aj...@topolyte.com
PostgreSQL version: 9.2.0
Operating system: Linux (Ubuntu x86_64, kernel version 2.6.18)
Description:
I have the following log config
aj...@topolyte.com writes:
> After removing all files from pg_log and relaunching the postgres server,
> pg_log contains two files instead of one: pg-xxx.log and pg-xxx.csv.
> According to the documentation, only pg-xxx.csv should exist.
Not sure where you read that, but the plain log file is alwa
I'm using the "postgresql-9.2.0-1-windows.exe" installer, from
Enterprise DB, on a Windows Vista 32-bit computer.
The issue was noticed with the GUI installer, where I chose the local
option "English, New Zealand" from a drop-down menu, but the resulting
database cluster has "English_United States
Furthermore, to compare with initdb.exe from 9.1 on the same computer,
here are the key : value pairs from the --locale="key" and locale
used.
>"C:\Program Files\PostgreSQL\9.1\bin\initdb.exe" --version
initdb (PostgreSQL) 9.1.4
C : C
English : English
French : French
nonsense : English_United Ki
I haven't produced a real problem in a small test case (yet), but I
convinced myself that it's wrong enough to be called a bug.
If you add the following assertion to BufferAlloc:
Assert(relpersistence == RELPERSISTENCE_PERMANENT ||
relpersistence == RELPERSISTENCE_UNLOGGED ||
Hi
On Mon, Sep 10, 2012 at 10:07 PM, Mike Toews wrote:
> I'm using the "postgresql-9.2.0-1-windows.exe" installer, from
> Enterprise DB, on a Windows Vista 32-bit computer.
>
> The issue was noticed with the GUI installer, where I chose the local
> option "English, New Zealand" from a drop-down m