Re: BUG #7814: Rotation of the log is not carried out.

From: bricklen <bricklen(at)gmail(dot)com>
To: Tsunezumi <tsunezumi(at)efficlabo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7814: Rotation of the log is not carried out.
Date: 2013-01-18 15:35:43
Message-ID: CAGrpgQ-4q3LWTf-hdsJDpGsPNBDnyvNgAq2cdPW2Xie_=hyNyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Fri, Jan 18, 2013 at 3:26 AM, Tsunezumi <tsunezumi(at)efficlabo(dot)com> wrote:
>
> I installed ordinarily.
> I did not correct postgresql.conf.
>
> Installation Directory
> C:\PostgreSQL\9.2
>
> Data Directory
> C:\PostgreSQL\9.2\data
>
> locale
> C

Please post the results of the following query:

SELECT 'version'::text AS "name",
version() AS "current_setting"
UNION ALL
SELECT name,
current_setting(name)
FROM pg_settings
WHERE NOT source='default'AND NOT name IN
('config_file','data_directory','hba_file','ident_file','log_timezone','DateStyle','lc_messages','lc_monetary','lc_numeric','lc_time','timezone_abbreviations','default_text_search_config','application_name','transaction_deferrable','transaction_isolation','transaction_read_only');

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message giomac 2013-01-18 22:19:48 BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve
Previous Message Dimitri Fontaine 2013-01-18 13:43:08 Re: Passing connection string to pg_basebackup

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2013-01-18 15:36:03 Re: WIP patch for hint bit i/o mitigation
Previous Message Alvaro Herrera 2013-01-18 15:34:36 Re: Re: [PATCH 1/5] Centralize Assert* macros into c.h so its common between backend/frontend