Re: Comment fix in session.h

2020-01-13 Thread Amit Kapila
On Mon, Jan 13, 2020 at 2:08 PM Amit Kapila wrote: > > On Mon, Jan 13, 2020 at 12:51 PM Antonin Houska 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

Re: Comment fix in session.h

2020-01-13 Thread Amit Kapila
On Mon, Jan 13, 2020 at 12:51 PM Antonin Houska 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

Comment fix in session.h

2020-01-12 Thread Antonin Houska
This diff fixes what I consider a typo. -- Antonin Houska Web: https://www.cybertec-postgresql.com 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 @@