mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Apply upstream 02a30a09 (Correct constness of system attributes)
(cherry picked from commit 8d78b0783e)
This commit is contained in:
parent
34c2021004
commit
7a79114f54
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ build_index_tlist(PlannerInfo *root, IndexOptInfo *index,
|
|||
if (indexkey != 0)
|
||||
{
|
||||
/* simple column */
|
||||
Form_pg_attribute att_tup;
|
||||
const FormData_pg_attribute *att_tup;
|
||||
|
||||
if (indexkey < 0)
|
||||
att_tup = SystemAttributeDefinition(indexkey,
|
||||
|
|
|
|||
Loading…
Reference in a new issue