gooderp18绿色标准版
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

24 lines
680B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * printsimple.h
  4. * print simple tuples without catalog access
  5. *
  6. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  7. * Portions Copyright (c) 1994, Regents of the University of California
  8. *
  9. * src/include/access/printsimple.h
  10. *
  11. *-------------------------------------------------------------------------
  12. */
  13. #ifndef PRINTSIMPLE_H
  14. #define PRINTSIMPLE_H
  15. #include "tcop/dest.h"
  16. extern bool printsimple(TupleTableSlot *slot, DestReceiver *self);
  17. extern void printsimple_startup(DestReceiver *self, int operation,
  18. TupleDesc tupdesc);
  19. #endif /* PRINTSIMPLE_H */
上海开阖软件有限公司 沪ICP备12045867号-1