Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4dc5801

Browse files
committed
Make all the work through workers
1 parent a6097e1 commit 4dc5801

File tree

5 files changed

+571
-219
lines changed

5 files changed

+571
-219
lines changed

jsonbc--0.1.sql

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
CREATE TABLE jsonbc_dictionary(
2-
cmopt OID NOT NULL, /* compression options id */
3-
id INT4 NOT NULL, /* key id, related to compression options */
4-
key TEXT NOT NULL /* jsonb key */
5-
);
6-
CREATE UNIQUE INDEX jsonbc_dict_ids ON jsonbc_dictionary(cmopt, id);
7-
CREATE UNIQUE INDEX jsonbc_dict_keys ON jsonbc_dictionary (cmopt, key);
8-
91
CREATE OR REPLACE FUNCTION jsonbc_compression_handler(INTERNAL)
102
RETURNS COMPRESSION_HANDLER AS 'MODULE_PATHNAME', 'jsonbc_compression_handler'
113
LANGUAGE C STRICT;

0 commit comments

Comments
 (0)