pg_kernels.slow.2.inc 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. TExecFunc arrow_RI_FKey_cascade_del() { return MakeIndirectExec<true, true>(&RI_FKey_cascade_del); }
  2. TExecFunc arrow_RI_FKey_cascade_upd() { return MakeIndirectExec<true, true>(&RI_FKey_cascade_upd); }
  3. TExecFunc arrow_RI_FKey_check_ins() { return MakeIndirectExec<true, true>(&RI_FKey_check_ins); }
  4. TExecFunc arrow_RI_FKey_check_upd() { return MakeIndirectExec<true, true>(&RI_FKey_check_upd); }
  5. TExecFunc arrow_RI_FKey_noaction_del() { return MakeIndirectExec<true, true>(&RI_FKey_noaction_del); }
  6. TExecFunc arrow_RI_FKey_noaction_upd() { return MakeIndirectExec<true, true>(&RI_FKey_noaction_upd); }
  7. TExecFunc arrow_RI_FKey_restrict_del() { return MakeIndirectExec<true, true>(&RI_FKey_restrict_del); }
  8. TExecFunc arrow_RI_FKey_restrict_upd() { return MakeIndirectExec<true, true>(&RI_FKey_restrict_upd); }
  9. TExecFunc arrow_RI_FKey_setdefault_del() { return MakeIndirectExec<true, true>(&RI_FKey_setdefault_del); }
  10. TExecFunc arrow_RI_FKey_setdefault_upd() { return MakeIndirectExec<true, true>(&RI_FKey_setdefault_upd); }
  11. TExecFunc arrow_RI_FKey_setnull_del() { return MakeIndirectExec<true, true>(&RI_FKey_setnull_del); }
  12. TExecFunc arrow_RI_FKey_setnull_upd() { return MakeIndirectExec<true, true>(&RI_FKey_setnull_upd); }
  13. TExecFunc arrow_arraycontjoinsel() { return MakeIndirectExec<true, true>(&arraycontjoinsel); }
  14. TExecFunc arrow_arraycontsel() { return MakeIndirectExec<true, true>(&arraycontsel); }
  15. TExecFunc arrow_currval_oid() { return MakeIndirectExec<true, true>(&currval_oid); }
  16. TExecFunc arrow_gist_box_consistent() { return MakeIndirectExec<true, true>(&gist_box_consistent); }
  17. TExecFunc arrow_gist_box_distance() { return MakeIndirectExec<true, true>(&gist_box_distance); }
  18. TExecFunc arrow_gist_box_penalty() { return MakeIndirectExec<true, true>(&gist_box_penalty); }
  19. TExecFunc arrow_gist_box_picksplit() { return MakeIndirectExec<true, true>(&gist_box_picksplit); }
  20. TExecFunc arrow_gist_box_same() { return MakeIndirectExec<true, true>(&gist_box_same); }
  21. TExecFunc arrow_gist_box_union() { return MakeIndirectExec<true, false>(&gist_box_union); }
  22. TExecFunc arrow_gist_circle_compress() { return MakeIndirectExec<true, true>(&gist_circle_compress); }
  23. TExecFunc arrow_gist_circle_consistent() { return MakeIndirectExec<true, true>(&gist_circle_consistent); }
  24. TExecFunc arrow_gist_circle_distance() { return MakeIndirectExec<true, true>(&gist_circle_distance); }
  25. TExecFunc arrow_gist_point_compress() { return MakeIndirectExec<true, true>(&gist_point_compress); }
  26. TExecFunc arrow_gist_point_consistent() { return MakeIndirectExec<true, true>(&gist_point_consistent); }
  27. TExecFunc arrow_gist_point_distance() { return MakeIndirectExec<true, true>(&gist_point_distance); }
  28. TExecFunc arrow_gist_point_fetch() { return MakeIndirectExec<true, true>(&gist_point_fetch); }
  29. TExecFunc arrow_gist_point_sortsupport() { return MakeIndirectExec<true, true>(&gist_point_sortsupport); }
  30. TExecFunc arrow_gist_poly_compress() { return MakeIndirectExec<true, true>(&gist_poly_compress); }
  31. TExecFunc arrow_gist_poly_consistent() { return MakeIndirectExec<true, true>(&gist_poly_consistent); }
  32. TExecFunc arrow_gist_poly_distance() { return MakeIndirectExec<true, true>(&gist_poly_distance); }
  33. TExecFunc arrow_hashhandler() { return MakeIndirectExec<true, true>(&hashhandler); }
  34. TExecFunc arrow_lastval() { return MakeIndirectExec<true, true>(&lastval); }
  35. TExecFunc arrow_networkjoinsel() { return MakeIndirectExec<true, true>(&networkjoinsel); }
  36. TExecFunc arrow_networksel() { return MakeIndirectExec<true, true>(&networksel); }
  37. TExecFunc arrow_nextval_oid() { return MakeIndirectExec<true, true>(&nextval_oid); }
  38. TExecFunc arrow_pg_backup_start() { return MakeIndirectExec<true, true>(&pg_backup_start); }
  39. TExecFunc arrow_pg_backup_stop() { return MakeIndirectExec<true, false>(&pg_backup_stop); }
  40. TExecFunc arrow_pg_create_restore_point() { return MakeIndirectExec<true, true>(&pg_create_restore_point); }
  41. TExecFunc arrow_pg_current_wal_flush_lsn() { return MakeIndirectExec<true, true>(&pg_current_wal_flush_lsn); }
  42. TExecFunc arrow_pg_current_wal_insert_lsn() { return MakeIndirectExec<true, true>(&pg_current_wal_insert_lsn); }
  43. TExecFunc arrow_pg_current_wal_lsn() { return MakeIndirectExec<true, true>(&pg_current_wal_lsn); }
  44. TExecFunc arrow_pg_database_collation_actual_version() { return MakeIndirectExec<true, false>(&pg_database_collation_actual_version); }
  45. TExecFunc arrow_pg_get_wal_replay_pause_state() { return MakeIndirectExec<true, false>(&pg_get_wal_replay_pause_state); }
  46. TExecFunc arrow_pg_is_in_recovery() { return MakeIndirectExec<true, true>(&pg_is_in_recovery); }
  47. TExecFunc arrow_pg_is_wal_replay_paused() { return MakeIndirectExec<true, true>(&pg_is_wal_replay_paused); }
  48. TExecFunc arrow_pg_last_wal_receive_lsn() { return MakeIndirectExec<true, true>(&pg_last_wal_receive_lsn); }
  49. TExecFunc arrow_pg_last_wal_replay_lsn() { return MakeIndirectExec<true, true>(&pg_last_wal_replay_lsn); }
  50. TExecFunc arrow_pg_last_xact_replay_timestamp() { return MakeIndirectExec<true, true>(&pg_last_xact_replay_timestamp); }
  51. TExecFunc arrow_pg_log_standby_snapshot() { return MakeIndirectExec<true, true>(&pg_log_standby_snapshot); }
  52. TExecFunc arrow_pg_promote() { return MakeIndirectExec<true, true>(&pg_promote); }
  53. TExecFunc arrow_pg_sequence_last_value() { return MakeIndirectExec<true, true>(&pg_sequence_last_value); }
  54. TExecFunc arrow_pg_sequence_parameters() { return MakeIndirectExec<true, false>(&pg_sequence_parameters); }
  55. TExecFunc arrow_pg_split_walfile_name() { return MakeIndirectExec<true, false>(&pg_split_walfile_name); }
  56. TExecFunc arrow_pg_switch_wal() { return MakeIndirectExec<true, true>(&pg_switch_wal); }
  57. TExecFunc arrow_pg_wal_lsn_diff() { return MakeIndirectExec<true, false>(&pg_wal_lsn_diff); }
  58. TExecFunc arrow_pg_wal_replay_pause() { return MakeIndirectExec<true, true>(&pg_wal_replay_pause); }
  59. TExecFunc arrow_pg_wal_replay_resume() { return MakeIndirectExec<true, true>(&pg_wal_replay_resume); }
  60. TExecFunc arrow_pg_walfile_name() { return MakeIndirectExec<true, false>(&pg_walfile_name); }
  61. TExecFunc arrow_pg_walfile_name_offset() { return MakeIndirectExec<true, false>(&pg_walfile_name_offset); }
  62. TExecFunc arrow_prsd_end() { return MakeIndirectExec<true, true>(&prsd_end); }
  63. TExecFunc arrow_prsd_headline() { return MakeIndirectExec<true, true>(&prsd_headline); }
  64. TExecFunc arrow_prsd_lextype() { return MakeIndirectExec<true, true>(&prsd_lextype); }
  65. TExecFunc arrow_prsd_nexttoken() { return MakeIndirectExec<true, true>(&prsd_nexttoken); }
  66. TExecFunc arrow_prsd_start() { return MakeIndirectExec<true, true>(&prsd_start); }
  67. TExecFunc arrow_setval3_oid() { return MakeIndirectExec<true, true>(&setval3_oid); }
  68. TExecFunc arrow_setval_oid() { return MakeIndirectExec<true, true>(&setval_oid); }
  69. TExecFunc arrow_spg_kd_choose() { return MakeIndirectExec<true, true>(&spg_kd_choose); }
  70. TExecFunc arrow_spg_kd_config() { return MakeIndirectExec<true, true>(&spg_kd_config); }
  71. TExecFunc arrow_spg_kd_inner_consistent() { return MakeIndirectExec<true, true>(&spg_kd_inner_consistent); }
  72. TExecFunc arrow_spg_kd_picksplit() { return MakeIndirectExec<true, true>(&spg_kd_picksplit); }
  73. TExecFunc arrow_tsq_mcontained() { return MakeIndirectExec<true, true>(&tsq_mcontained); }
  74. TExecFunc arrow_tsq_mcontains() { return MakeIndirectExec<true, true>(&tsq_mcontains); }
  75. TExecFunc arrow_tsquery_and() { return MakeIndirectExec<true, false>(&tsquery_and); }
  76. TExecFunc arrow_tsquery_cmp() { return MakeIndirectExec<true, true>(&tsquery_cmp); }
  77. TExecFunc arrow_tsquery_eq() { return MakeIndirectExec<true, true>(&tsquery_eq); }
  78. TExecFunc arrow_tsquery_ge() { return MakeIndirectExec<true, true>(&tsquery_ge); }
  79. TExecFunc arrow_tsquery_gt() { return MakeIndirectExec<true, true>(&tsquery_gt); }
  80. TExecFunc arrow_tsquery_le() { return MakeIndirectExec<true, true>(&tsquery_le); }
  81. TExecFunc arrow_tsquery_lt() { return MakeIndirectExec<true, true>(&tsquery_lt); }
  82. TExecFunc arrow_tsquery_ne() { return MakeIndirectExec<true, true>(&tsquery_ne); }
  83. TExecFunc arrow_tsquery_not() { return MakeIndirectExec<true, false>(&tsquery_not); }
  84. TExecFunc arrow_tsquery_numnode() { return MakeIndirectExec<true, true>(&tsquery_numnode); }
  85. TExecFunc arrow_tsquery_or() { return MakeIndirectExec<true, false>(&tsquery_or); }
  86. TExecFunc arrow_tsquery_phrase() { return MakeIndirectExec<true, false>(&tsquery_phrase); }
  87. TExecFunc arrow_tsquery_phrase_distance() { return MakeIndirectExec<true, false>(&tsquery_phrase_distance); }