public inbox for [email protected]
help / color / mirror / Atom feedFix typo in vacuumparallel.c
3+ messages / 3 participants
[nested] [flat]
* Fix typo in vacuumparallel.c
@ 2026-04-12 07:01 Lakshmi N <[email protected]>
2026-04-15 02:29 ` Re: Fix typo in vacuumparallel.c Chao Li <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Lakshmi N @ 2026-04-12 07:01 UTC (permalink / raw)
To: [email protected]
Hi hackers,
fixed a typo in vacuumparallel.c, from parallel to parallel. Attached a
trivial patch.
Regards,
Lakshmi
Attachments:
[application/octet-stream] vacuumparallel-typo-fix.patch (678B, 3-vacuumparallel-typo-fix.patch)
download | inline diff:
diff --git a/src/backend/commands/vacuumparallel.c b/src/backend/commands/vacuumparallel.c
index 979c2be4abd..41cefcfde54 100644
--- a/src/backend/commands/vacuumparallel.c
+++ b/src/backend/commands/vacuumparallel.c
@@ -545,7 +545,7 @@ parallel_vacuum_end(ParallelVacuumState *pvs, IndexBulkDeleteResult **istats)
/*
* DSM detach callback. This is invoked when an autovacuum worker detaches
* from the DSM segment holding PVShared. It ensures to reset the local pointer
- * to the shared state even if paralell vacuum raises an error and doesn't
+ * to the shared state even if parallel vacuum raises an error and doesn't
* call parallel_vacuum_end().
*/
static void
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Fix typo in vacuumparallel.c
2026-04-12 07:01 Fix typo in vacuumparallel.c Lakshmi N <[email protected]>
@ 2026-04-15 02:29 ` Chao Li <[email protected]>
2026-04-15 02:31 ` Re: Fix typo in vacuumparallel.c David Rowley <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Chao Li @ 2026-04-15 02:29 UTC (permalink / raw)
To: Lakshmi N <[email protected]>; Michael Paquier <[email protected]>; +Cc: [email protected]
> On Apr 12, 2026, at 15:01, Lakshmi N <[email protected]> wrote:
>
> Hi hackers,
>
> fixed a typo in vacuumparallel.c, from parallel to parallel. Attached a trivial patch.
>
> Regards,
> Lakshmi
Adding Michael. This is a candidate for his batch.
Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Fix typo in vacuumparallel.c
2026-04-12 07:01 Fix typo in vacuumparallel.c Lakshmi N <[email protected]>
2026-04-15 02:29 ` Re: Fix typo in vacuumparallel.c Chao Li <[email protected]>
@ 2026-04-15 02:31 ` David Rowley <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: David Rowley @ 2026-04-15 02:31 UTC (permalink / raw)
To: Chao Li <[email protected]>; +Cc: Lakshmi N <[email protected]>; Michael Paquier <[email protected]>; [email protected]
On Wed, 15 Apr 2026 at 14:29, Chao Li <[email protected]> wrote:
> Adding Michael. This is a candidate for his batch.
It is already queued. [1]
David
[1] https://www.postgresql.org/message-id/[email protected]
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2026-04-15 02:31 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-04-12 07:01 Fix typo in vacuumparallel.c Lakshmi N <[email protected]>
2026-04-15 02:29 ` Chao Li <[email protected]>
2026-04-15 02:31 ` David Rowley <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox