Outdated comment for CreateStmt.inhRelations

Started by Julien Rouhaudabout 5 years ago3 messageshackers
Jump to latest
#1Julien Rouhaud
rjuju123@gmail.com

Hi,

I just noticed that the comment for CreateStmt.inhRelations says that it's a
List of inhRelation, which hasn't been the case for a very long time.

Trivial patch attached.

Attachments:

v1_fix_inhrelations_comment.difftext/plain; charset=us-asciiDownload+1-1
#2Michael Paquier
michael@paquier.xyz
In reply to: Julien Rouhaud (#1)
Re: Outdated comment for CreateStmt.inhRelations

On Tue, Mar 30, 2021 at 08:30:15PM +0800, Julien Rouhaud wrote:

I just noticed that the comment for CreateStmt.inhRelations says that it's a
List of inhRelation, which hasn't been the case for a very long time.

Thanks, applied.
--
Michael

#3Julien Rouhaud
rjuju123@gmail.com
In reply to: Michael Paquier (#2)
Re: Outdated comment for CreateStmt.inhRelations

On Wed, Mar 31, 2021 at 09:36:51AM +0900, Michael Paquier wrote:

On Tue, Mar 30, 2021 at 08:30:15PM +0800, Julien Rouhaud wrote:

I just noticed that the comment for CreateStmt.inhRelations says that it's a
List of inhRelation, which hasn't been the case for a very long time.

Thanks, applied.

Thanks!