public inbox for [email protected]  
help / color / mirror / Atom feed
From: Célestin Matte <[email protected]>
To: PostgreSQL WWW <[email protected]>
Subject: [Patch] pglister: Fix typo in pglister_queues.py
Date: Sun, 6 Jul 2025 18:20:54 +0200
Message-ID: <[email protected]> (raw)

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



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [Patch] pglister: Fix typo in pglister_queues.py
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox