Fix incorrect comment in pg_get_partkeydef()

David Rowley <drowley@postgresql.org>

Commit: cf96907aadca454c4094819c2ecddee07eafe203
Author: David Rowley <drowley@postgresql.org>
Date: 2023-03-07T01:33:28Z
Releases: 16.0
Fix incorrect comment in pg_get_partkeydef()

The comment claimed the output of the function was prefixed by "PARTITION
BY".  This is incorrect.

Author: Japin Li
Reviewed-by: Ashutosh Bapat
Discussion: https://postgr.es/m/MEYP282MB166923B446FF5FE55B9DACB7B6B69@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Files

PathChange+/−
src/backend/utils/adt/ruleutils.c modified +1 −1

Discussion