Re: [PATCH] Use wait_classes.h in pg_prewarm

From: Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Dongpo Liu <poe(dot)liu(at)pm(dot)me>
Subject: Re: [PATCH] Use wait_classes.h in pg_prewarm
Date: 2026-08-08 15:33:16
Message-ID: 178620319696.1181.13829838550482819190.pgcf@coridan.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Hello,

I have first build postgres with make, run make check-world and make intstallcheck in pg_prewarm directory.

I have also successfully build postgres from source with meson, run 'meson test' and:

meson test -C build pg_prewarm/regress pg_prewarm/001_basic
1/2 postgresql:pg_prewarm / pg_prewarm/regress OK 0.37s 1 subtests passed
2/2 postgresql:pg_prewarm / pg_prewarm/001_basic OK 0.73s 11 subtests passed

Ok: 2
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0

LGTM.

I have set patch status to 'Ready for committer'.

Regards
Pierre Forstmann

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pierre Forstmann 2026-08-08 15:45:48 Re: [PATCH] Use wait_classes.h in pg_prewarm
Previous Message Mihail Nikalayeu 2026-08-08 15:03:00 Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements