mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add uuid to the set of types supported by contrib/btree_gist.
Paul Jungwirth, reviewed and hacked on by Teodor Sigaev, Ildus Kurbangaliev, Adam Brusselback, Chris Bandy, and myself. Discussion: https://postgr.es/m/CA+renyUEE29=X01JXdz8_TQvo6n9=2XoEBBRnQ8rkLyr+kjPxQ@mail.gmail.com Discussion: https://postgr.es/m/55F6EE82.8080209@sigaev.ru
This commit is contained in:
@ -22,15 +22,6 @@
|
||||
#include "utils/sortsupport.h"
|
||||
#include "utils/uuid.h"
|
||||
|
||||
/* uuid size in bytes */
|
||||
#define UUID_LEN 16
|
||||
|
||||
/* pg_uuid_t is declared to be struct pg_uuid_t in uuid.h */
|
||||
struct pg_uuid_t
|
||||
{
|
||||
unsigned char data[UUID_LEN];
|
||||
};
|
||||
|
||||
/* sortsupport for uuid */
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user