| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Дилян Палаузов <dilyan(dot)palauzov(at)aegee(dot)org> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: backend_flush_after bytes/pages |
| Date: | 2017-02-07 18:57:20 |
| Message-ID: | 20170207185720.uqep3szyulmej7no@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi,
On 2017-02-07 19:40:45 +0100, Дилян Палаузов wrote:
> doc/src/smgl/config.sgml: line 2049 for postgres 9.6 states: "Whenever more than backend_flush_after bytes have been written...", which suggests that the data is interpreted as bytes. However the by initdb generated postgresql.conf file mentions that backend_flush_after is in pages, and pg_settings says the unit is 8kB.
> Please rephrase doc/src/smgl/config.sgml to state, that the unit for
> backend_flush_after is not bytes, but pages.
You can configure it in bytes though, so I don't really think that
matters?
Regards,
Andres
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kevin Grittner | 2017-02-07 19:16:10 | Re: data inconsistency between client and server at pg_ctl stop -m fast |
| Previous Message | Tom Lane | 2017-02-07 18:54:31 | Re: BUG #14526: no unique or exclusion constraint matching the ON CONFLICT |