Header And Logo

PostgreSQL
| The world's most advanced open source database.

hashdesc.c

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * hashdesc.c
00004  *    rmgr descriptor routines for access/hash/hash.c
00005  *
00006  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00007  * Portions Copyright (c) 1994, Regents of the University of California
00008  *
00009  *
00010  * IDENTIFICATION
00011  *    src/backend/access/rmgrdesc/hashdesc.c
00012  *
00013  *-------------------------------------------------------------------------
00014  */
00015 #include "postgres.h"
00016 
00017 #include "access/hash.h"
00018 
00019 void
00020 hash_desc(StringInfo buf, uint8 xl_info, char *rec)
00021 {
00022 }