Skip to content

Commit 2d41de0

Browse files
author
Nikita Glukhov
committed
Add generic json
1 parent 9cb092e commit 2d41de0

File tree

14 files changed

+2031
-189
lines changed

14 files changed

+2031
-189
lines changed

src/backend/utils/adt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ OBJS = \
4444
int.o \
4545
int8.o \
4646
json.o \
47+
json_generic.o \
4748
jsonb.o \
4849
jsonb_gin.o \
4950
jsonb_op.o \

src/backend/utils/adt/json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "utils/datetime.h"
2525
#include "utils/json.h"
2626
#include "utils/jsonfuncs.h"
27+
#include "utils/json_generic.h"
2728
#include "utils/lsyscache.h"
2829
#include "utils/typcache.h"
2930

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy