diff options
author | Tom Lane | 2024-12-28 21:21:54 +0000 |
---|---|---|
committer | Tom Lane | 2024-12-28 21:21:54 +0000 |
commit | 508a97ee4984597ea60c383f52adefd47178189f (patch) | |
tree | 544b2f40f0fd76f4fd910c3dd2cbaef2397c15b4 /contrib/jsonb_plpython/sql | |
parent | 34486b6092e700089d22586df211c4e8b0412136 (diff) |
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Commit 34486b609 effectively redefined isBackgroundWorker as meaning
"not a regular backend", whereas before it had the narrower
meaning of AmBackgroundWorkerProcess(). For clarity, rename the
field to isRegularBackend and invert its sense.
Discussion: https://postgr.es/m/1808397.1735156190@sss.pgh.pa.us
Diffstat (limited to 'contrib/jsonb_plpython/sql')
0 files changed, 0 insertions, 0 deletions