Comment fix in session.h

Started by Antonin Houskaalmost 6 years ago3 messages
#1Antonin Houska
ah@cybertec.at
1 attachment(s)

This diff fixes what I consider a typo.

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

Attachments:

session_typo.patchtext/x-diffDownload
diff --git a/src/include/access/session.h b/src/include/access/session.h
index ac552105b9..4c1f6ffd40 100644
--- a/src/include/access/session.h
+++ b/src/include/access/session.h
@@ -19,7 +19,7 @@ struct SharedRecordTypmodRegistry;
 
 /*
  * A struct encapsulating some elements of a user's session.  For now this
- * manages state that applies to parallel query, but it principle it could
+ * manages state that applies to parallel query, but in principle it could
  * include other things that are currently global variables.
  */
 typedef struct Session
#2Amit Kapila
amit.kapila16@gmail.com
In reply to: Antonin Houska (#1)
Re: Comment fix in session.h

On Mon, Jan 13, 2020 at 12:51 PM Antonin Houska <ah@cybertec.at> wrote:

This diff fixes what I consider a typo.

LGTM. I'll push this in some time.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

#3Amit Kapila
amit.kapila16@gmail.com
In reply to: Amit Kapila (#2)
Re: Comment fix in session.h

On Mon, Jan 13, 2020 at 2:08 PM Amit Kapila <amit.kapila16@gmail.com> wrote:

On Mon, Jan 13, 2020 at 12:51 PM Antonin Houska <ah@cybertec.at> wrote:

This diff fixes what I consider a typo.

LGTM. I'll push this in some time.

Pushed.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com