gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31 行
856B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * joininfo.h
  4. * prototypes for joininfo.c.
  5. *
  6. *
  7. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  8. * Portions Copyright (c) 1994, Regents of the University of California
  9. *
  10. * src/include/optimizer/joininfo.h
  11. *
  12. *-------------------------------------------------------------------------
  13. */
  14. #ifndef JOININFO_H
  15. #define JOININFO_H
  16. #include "nodes/pathnodes.h"
  17. extern bool have_relevant_joinclause(PlannerInfo *root,
  18. RelOptInfo *rel1, RelOptInfo *rel2);
  19. extern void add_join_clause_to_rels(PlannerInfo *root,
  20. RestrictInfo *restrictinfo,
  21. Relids join_relids);
  22. extern void remove_join_clause_from_rels(PlannerInfo *root,
  23. RestrictInfo *restrictinfo,
  24. Relids join_relids);
  25. #endif /* JOININFO_H */
上海开阖软件有限公司 沪ICP备12045867号-1