diff options
| author | Tom Lane | 2016-08-15 17:42:51 +0000 |
|---|---|---|
| committer | Tom Lane | 2016-08-15 17:42:51 +0000 |
| commit | b5bce6c1ec6061c8a4f730d927e162db7e2ce365 (patch) | |
| tree | fe642b5fe02d2da351ed566b4f866dc9e7f45a81 /src/tools/pgindent | |
| parent | 05d8dec690e9719ff9a1830f5492864104275b5e (diff) | |
Final pgindent + perltidy run for 9.6.
Diffstat (limited to 'src/tools/pgindent')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 0c61fc287ad..dff6f65ef0f 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -40,6 +40,7 @@ AggClauseCosts AggHashEntry AggInfo AggPath +AggSplit AggState AggStatePerAgg AggStatePerGroup @@ -123,6 +124,7 @@ ArrayMetaState ArrayParseState ArrayRef ArrayRefExprState +ArrayRemapInfo ArrayType AsyncQueueControl AsyncQueueEntry @@ -612,6 +614,8 @@ FmgrBuiltin FmgrHookEventType FmgrInfo ForeignDataWrapper +ForeignKeyCacheInfo +ForeignKeyOptInfo ForeignPath ForeignScan ForeignScanState @@ -917,6 +921,7 @@ ImportQual InclusionOpaque IncrementVarSublevelsUp_context Index +IndexAMProperty IndexAmRoutine IndexArrayKeyInfo IndexAttrBitmapKind @@ -1239,6 +1244,7 @@ OpFamilyMember OpFamilyOpFuncGroup OpclassInfo Operator +OperatorElement OpfamilyInfo OprCacheEntry OprCacheKey @@ -1456,7 +1462,6 @@ ParsedText ParsedWord ParserSetupHook ParserState -PartialAggType Path PathClauseUsage PathCostComparison @@ -1651,6 +1656,7 @@ RangeBox RangeFunction RangeIOData RangeQueryClause +RangeRemapInfo RangeSubselect RangeTableSample RangeTblEntry @@ -1671,7 +1677,8 @@ RecheckForeignScan_function RecordCacheEntry RecordCompareData RecordIOData -RecordTypemodMap +RecordRemapInfo +RecordTypmodMap RecoveryTargetAction RecoveryTargetType RectBox @@ -1708,8 +1715,6 @@ RelfilenodeMapEntry RelfilenodeMapKey Relids RelocationBufferInfo -RemapClass -RemapInfo RenameStmt ReopenPtr ReorderBuffer @@ -2123,6 +2128,8 @@ TupleHashEntryData TupleHashIterator TupleHashTable TupleQueueReader +TupleRemapClass +TupleRemapInfo TupleTableSlot Tuplesortstate Tuplestorestate @@ -2323,6 +2330,7 @@ amgettuple_function aminsert_function ammarkpos_function amoptions_function +amproperty_function amrescan_function amrestrpos_function amvacuumcleanup_function @@ -2353,6 +2361,7 @@ cashKEY celt cfp check_agg_arguments_context +check_function_callback check_network_data check_object_relabel_type check_password_hook_type @@ -2374,7 +2383,6 @@ core_yy_extra_type core_yyscan_t corrupt_items cost_qual_eval_context -count_agg_clauses_context create_upper_paths_hook_type createdb_failure_params crosstab_HashEnt @@ -2452,6 +2460,7 @@ generate_series_numeric_fctx generate_series_timestamp_fctx generate_series_timestamptz_fctx generate_subscripts_fctx +get_agg_clause_costs_context get_attavgwidth_hook_type get_index_stats_hook_type get_relation_info_hook_type @@ -2580,7 +2589,6 @@ pairingheap_comparator pairingheap_node parallel_worker_main_type parse_error_callback_arg -partial_agg_context pcolor pendingPosition pgParameterStatus @@ -2839,6 +2847,7 @@ vbits walrcv_connect_type walrcv_disconnect_type walrcv_endstreaming_type +walrcv_get_conninfo_type walrcv_identify_system_type walrcv_readtimelinehistoryfile_type walrcv_receive_type |
