On Wed, 6 Mar 2024 at 02:22, Thomas Munro wrote:
>
> On Sat, Dec 2, 2023 at 3:30 PM Thomas Munro wrote:
> > On Sat, Dec 2, 2023 at 2:18 PM Thomas Munro wrote:
> > > On Fri, Dec 1, 2023 at 6:13 PM Justin Pryzby wrote:
> > > > $ kill -9 2524495; sleep 0.05; pg_ctl -D ./pgdev.dat1 stop -m fast #
At commit 779972e, I got about 50% "pg_ctl: server does not shut down" from
$SUBJECT with this loop:
nti=; while date; do PGCTLTIMEOUT=4 make check-tests TESTS=reindex_catalog
PG_TEST_INITDB_EXTRA_OPTS='-cwal_level=minimal -cmax_wal_senders=0'
NO_TEMP_INSTALL=$nti; nti=1; grep abnormal src/tes
Last test to have a verified mail, added lists.postgresql.org to spf record.
Cheers.
Great, thanks for the feedback. It was probably the DKIM.
On Thu, May 23, 2024 at 9:58 AM Martijn Wallet wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world: not tested
> Implements feature: not tested
> Spec compliant: not tested
> Documentation:not tested
>
> Hi, I som
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation:not tested
Hi, I somehow fail to be able to mark all checkboxes on this review page...
H
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation:not tested
Hi, I somehow fail to be able to mark all checkboxes on this review page...
H
On Sat, Dec 2, 2023 at 3:30 PM Thomas Munro wrote:
> On Sat, Dec 2, 2023 at 2:18 PM Thomas Munro wrote:
> > On Fri, Dec 1, 2023 at 6:13 PM Justin Pryzby wrote:
> > > $ kill -9 2524495; sleep 0.05; pg_ctl -D ./pgdev.dat1 stop -m fast #
> > > 2524495 is a child's pid
> >
> > > This affects v15, a
On Sat, Dec 2, 2023 at 2:18 PM Thomas Munro wrote:
> On Fri, Dec 1, 2023 at 6:13 PM Justin Pryzby wrote:
> > $ kill -9 2524495; sleep 0.05; pg_ctl -D ./pgdev.dat1 stop -m fast #
> > 2524495 is a child's pid
>
> > This affects v15, and fails at ) but not its parent.
>
> Repro'd here. I had to ma
On Fri, Dec 1, 2023 at 6:13 PM Justin Pryzby wrote:
> $ kill -9 2524495; sleep 0.05; pg_ctl -D ./pgdev.dat1 stop -m fast # 2524495
> is a child's pid
> This affects v15, and fails at 7ff23c6d27 but not its parent.
Repro'd here. I had to make the sleep shorter on my system. Looking...
If postgres starts, and one of its children is immediately killed, and
the cluster is also told to stop, then, instead, the whole system gets
wedged.
$ initdb -D ./pgdev.dat1
$ pg_ctl -D ./pgdev.dat1 start -o '-c port=5678'
$ kill -9 2524495; sleep 0.05; pg_ctl -D ./pgdev.dat1 stop -m fast # 25244
11 matches
Mail list logo