pg_proc_policies.0.inc 612 B

12345678910111213141516
  1. struct TArgs_brin_desummarize_range_Policy {
  2. static constexpr bool VarArgs = false;
  3. static constexpr std::array<bool, 2> IsFixedArg = {true,true};
  4. };
  5. struct TArgs_brin_summarize_new_values_Policy {
  6. static constexpr bool VarArgs = false;
  7. static constexpr std::array<bool, 1> IsFixedArg = {true};
  8. };
  9. struct TArgs_brin_summarize_range_Policy {
  10. static constexpr bool VarArgs = false;
  11. static constexpr std::array<bool, 2> IsFixedArg = {true,true};
  12. };
  13. struct TArgs_brinhandler_Policy {
  14. static constexpr bool VarArgs = false;
  15. static constexpr std::array<bool, 1> IsFixedArg = {true};
  16. };