gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 line
560B

  1. /* contrib/pageinspect/pageinspect--1.0--1.1.sql */
  2. -- complain if script is sourced in psql, rather than via ALTER EXTENSION
  3. \echo Use "ALTER EXTENSION pageinspect UPDATE TO '1.1'" to load this file. \quit
  4. DROP FUNCTION page_header(bytea);
  5. CREATE FUNCTION page_header(IN page bytea,
  6. OUT lsn text,
  7. OUT checksum smallint,
  8. OUT flags smallint,
  9. OUT lower smallint,
  10. OUT upper smallint,
  11. OUT special smallint,
  12. OUT pagesize smallint,
  13. OUT version smallint,
  14. OUT prune_xid xid)
  15. AS 'MODULE_PATHNAME', 'page_header'
  16. LANGUAGE C STRICT;
上海开阖软件有限公司 沪ICP备12045867号-1