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

From: Tsunezumi <tsunezumi(at)efficlabo(dot)com>
To: bricklen <bricklen(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7814: Rotation of the log is not carried out.
Date: 2013-01-19 08:46:48
Message-ID: 20130119174647.DCCE.65ED1D25@efficlabo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers


I corrected "postgresql.conf", in order to improve the phenomenon.
A result is the same.
It was same phenomenon on Windows8 professional 64bit.

"name","current_setting"
"version","PostgreSQL 9.2.2, compiled by Visual C++ build 1600, 64-bit"
"bytea_output","hex"
"client_encoding","SJIS"
"lc_collate","C"
"lc_ctype","C"
"listen_addresses","*"
"log_destination","stderr"
"log_line_prefix","%t %h %a"
"log_rotation_size","1MB"
"log_statement","all"
"logging_collector","on"
"max_connections","100"
"max_stack_depth","2MB"
"port","5433"
"server_encoding","UTF8"
"shared_buffers","32MB"
"TimeZone","Asia/Tokyo"
"wal_buffers","1MB"

On Fri, 18 Jan 2013 07:35:43 -0800
bricklen <bricklen(at)gmail(dot)com> wrote:

> 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

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2013-01-19 12:19:28 Re: Passing connection string to pg_basebackup
Previous Message Tom Lane 2013-01-19 05:47:03 Re: BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2013-01-19 10:21:27 Re: foreign key locks
Previous Message Boszormenyi Zoltan 2013-01-19 07:51:00 Re: Strange Windows problem, lock_timeout test request