From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | Sameer Thakur <samthakur74(at)gmail(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org, pgstatsinfo-general(at)lists(dot)pgfoundry(dot)org |
Subject: | Re: pg_statsinfo : error could not connect to repository |
Date: | 2013-05-22 01:26:58 |
Message-ID: | CA+HiwqGBzdcHCZe_VFg_Msz5eNOeoy5bZo8X03zrrrc363p4aA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Tue, May 21, 2013 at 8:56 PM, Sameer Thakur <samthakur74(at)gmail(dot)com> wrote:
> Hello,
> After executing make install for pg_statsinfo when i start the server i see
> error
>
> ERROR: could not connect to repository
> WARNING: writer discards 1 items
> LOG: pg_statsinfo launcher shutting down
> DEBUG: shmem_exit(0): 0 callbacks to make
> DEBUG: proc_exit(0): 0 callbacks to make
> DEBUG: exit(0)
> DEBUG: shmem_exit(-1): 0 callbacks to make
> DEBUG: proc_exit(-1): 0 callbacks to make
>
>
> postgres.conf changes made are:
>
> shared_preload_libraries = 'pg_statsinfo,pg_stat_statements'
> track_counts = on
> track_activities = on
> log_min_messages = debug5
> pg_statsinfo.textlog_min_messages.
> log_timezone = 'utc'
> log_destination = 'csvlog'
> logging_collector = on
>
> In pg_hba.conf changes made are
> local all postgres ident
>
>
> Any pointers would be appreciated
Did you install your PostgreSQL server with --with-libxml configure
option if you installed your server from source?
--
Amit Langote
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2013-05-22 05:57:19 | Re: Very slow inner join query Unacceptable latency. |
Previous Message | Greg Smith | 2013-05-22 00:19:09 | Re: Reliability with RAID 10 SSD and Streaming Replication |