Outdated comment for CreateStmt.inhRelations
Started by Julien Rouhaudabout 5 years ago3 messageshackers
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
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
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!