Use correct format placeholder for block numbers
Should be %u rather than %d.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/f59b58e2a1b7e4a48dee36cc61966759da0faedd
Modified Files
--
src/backend/access/gist/gistbuild.c | 4 ++--
src/backend/access/hea
doc: Fix up spacing around verbatim DocBook elements
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/f7c09706c14d0858d5a186f3cc769471cba41578
Modified Files
--
doc/src/sgml/libpq.sgml | 8
doc/src/sgml/logicaldecoding.sgml | 40 +++
On Sat, Apr 17, 2021 at 8:49 AM Tom Lane wrote:
> (I would've thought that a SIG_IGN'd signal would be dropped
> immediately even if blocked; that's the behavior that dummy_handler
> is designed to prevent, and I'm pretty sure that that code is there
> because we saw it actually behaving that way