]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2183] Fixed another comment.
authorThomas Markwalder <tmark@isc.org>
Tue, 21 Dec 2021 18:24:54 +0000 (13:24 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 21 Dec 2021 18:30:14 +0000 (13:30 -0500)
src/lib/pgsql/pgsql_connection.h

index d5fab7b6bc097ce5c116bbd24ce2e793789f55dd..a3e082ccb64e82fbcfbe3f832a3c482c143113f9 100644 (file)
@@ -455,9 +455,9 @@ public:
     /// @brief Reference counter for transactions.
     ///
     /// It precludes starting and committing nested transactions. PostgreSQL
-    /// logs but ignores BEGINs issued from within an ongoing transaction.
-    /// We do not want to start new transactions when one is already
-    /// in progress.
+    /// logs but ignores START TRANSACTIONs (or BEGINs) issued from within an 
+    /// ongoing transaction. We do not want to start new transactions when one 
+    /// is already in progress.
     int transaction_ref_count_;
 };