diff options
Diffstat (limited to 'src/include/access/amapi.h')
-rw-r--r-- | src/include/access/amapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/amapi.h b/src/include/access/amapi.h index 09a7404267c..6e3db06eed2 100644 --- a/src/include/access/amapi.h +++ b/src/include/access/amapi.h @@ -216,7 +216,7 @@ typedef struct IndexAmRoutine amcostestimate_function amcostestimate; amoptions_function amoptions; amproperty_function amproperty; /* can be NULL */ - ambuildphasename_function ambuildphasename; /* can be NULL */ + ambuildphasename_function ambuildphasename; /* can be NULL */ amvalidate_function amvalidate; ambeginscan_function ambeginscan; amrescan_function amrescan; |