From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | strange relcache.c debug message |
Date: | 2017-11-01 11:38:33 |
Message-ID: | 20171101113833.uthdugbya3iey3f2@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
While messing with BRIN bugs, I noticed this debug message in the server
log:
2017-11-01 12:33:24.042 CET [361429] DEBUG: rehashing catalog cache id 14 for pg_opclass; 17 tups, 8 buckets en carácter 194
notice that at the end it says "at character 194". I suppose that's
because of some leftover errposition() value, but why is it being
reported in this message?
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2017-11-01 11:44:31 | Re: Re: proposal - psql: possibility to specify sort for describe commands, when size is printed |
Previous Message | 高增琦 | 2017-11-01 11:22:04 | Re: Try to fix endless loop in ecpg with informix mode |