Fix typo in Comments of HandleProcSignalBarrierInterrupt

Started by Hou, Zhijieabout 6 years ago2 messagesgeneral
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

never appliedsuccessCI history

You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:

docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t134571
psql -h localhost -U postgres

Built from patchset v1 (message #1), July 28, 2026 at 01:05 PM.

Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:

git clone --branch t134571_1 https://github.com/hackorum-dev/postgres.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t134571_1 && git checkout t134571_1

Patchset v1 (message #1) is on t134571_1

Jump to latest
#1Hou, Zhijie
houzj.fnst@cn.fujitsu.com

Hi all

In master branch, I found a typo in Comments of function HandleProcSignalBarrierInterrupt.
See the attachment for the patch.

Best regards.

Attachments:

t134571_1
fix-typo.patchapplication/octet-stream; name=fix-typo.patchDownload+1-2
#2Magnus Hagander
magnus@hagander.net
In reply to: Hou, Zhijie (#1)
Re: Fix typo in Comments of HandleProcSignalBarrierInterrupt

On Thu, Sep 3, 2020 at 12:43 PM Hou, Zhijie <houzj.fnst@cn.fujitsu.com>
wrote:

Hi all

In master branch, I found a typo in Comments of function
HandleProcSignalBarrierInterrupt.
See the attachment for the patch.

Thanks, pushed.

//Magnus