public inbox for [email protected]
help / color / mirror / Atom feed[Patch] pglister: Fix typo in pglister_queues.py
2+ messages / 2 participants
[nested] [flat]
* [Patch] pglister: Fix typo in pglister_queues.py
@ 2025-07-06 16:20 Célestin Matte <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Célestin Matte @ 2025-07-06 16:20 UTC (permalink / raw)
To: PostgreSQL WWW <[email protected]>
See attached
--
Célestin Matte
Attachments:
[text/x-patch] 0001-Fix-typo-in-pglister_queues.py.patch (731B, 2-0001-Fix-typo-in-pglister_queues.py.patch)
download | inline diff:
From 2931892c00710c2e1b0d421ed14176fed5bf7469 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9lestin=20Matte?= <[email protected]>
Date: Sun, 6 Jul 2025 18:17:16 +0200
Subject: [PATCH] Fix typo in pglister_queues.py
---
nagios/pglister_queues.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nagios/pglister_queues.py b/nagios/pglister_queues.py
index 4ca6e80..9d45c1a 100755
--- a/nagios/pglister_queues.py
+++ b/nagios/pglister_queues.py
@@ -67,7 +67,7 @@ if __name__ == "__main__":
curs.execute("SELECT count(*) FROM admin_out")
(admin_total,) = curs.fetchone()
- # Raw quuee
+ # Raw queue
curs.execute("SELECT count(*) FROM raw_out")
(raw_total,) = curs.fetchone()
--
2.50.0
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [Patch] pglister: Fix typo in pglister_queues.py
@ 2025-07-07 09:21 Magnus Hagander <[email protected]>
parent: Célestin Matte <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Hagander @ 2025-07-07 09:21 UTC (permalink / raw)
To: Célestin Matte <[email protected]>; +Cc: PostgreSQL WWW <[email protected]>
Applied, thanks!
//Magnus
On Sun, Jul 6, 2025 at 6:21 PM Célestin Matte <[email protected]>
wrote:
> See attached
> --
> Célestin Matte
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-07-07 09:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-07-06 16:20 [Patch] pglister: Fix typo in pglister_queues.py Célestin Matte <[email protected]>
2025-07-07 09:21 ` Magnus Hagander <[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