mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Gene Selkov's CUBE datatype (GiST example code)
This commit is contained in:
8
contrib/cube/buffer.h
Normal file
8
contrib/cube/buffer.h
Normal file
@ -0,0 +1,8 @@
|
||||
extern void set_parse_buffer( char* s );
|
||||
extern void reset_parse_buffer( void );
|
||||
extern int read_parse_buffer( void );
|
||||
extern char * parse_buffer( void );
|
||||
extern char * parse_buffer_ptr( void );
|
||||
extern unsigned int parse_buffer_curr_char( void );
|
||||
extern unsigned int parse_buffer_pos( void );
|
||||
extern unsigned int parse_buffer_size( void );
|
Reference in New Issue
Block a user