diff options
| author | Tom Lane | 2024-04-04 17:21:25 +0000 |
|---|---|---|
| committer | Tom Lane | 2024-04-04 17:21:25 +0000 |
| commit | 2497a669effbbdda3e7be573d850b445d1ab6512 (patch) | |
| tree | 7574702335c11ac868960ac89201f12cfd728c12 /src/interfaces | |
| parent | 88620824c2a62376e224c4b595b9fe69fb858978 (diff) | |
Further cleanup for recent JSON-related commits.
Add overlooked .gitignore entries.
Fix test_json_parser/Makefile to use the pgxs.mk clean rule
instead of fighting it. Suppresses a warning from make,
at least for me.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/test/sql/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/sql/.gitignore b/src/interfaces/ecpg/test/sql/.gitignore index 057480a8f89..46adc571b48 100644 --- a/src/interfaces/ecpg/test/sql/.gitignore +++ b/src/interfaces/ecpg/test/sql/.gitignore @@ -48,5 +48,7 @@ /sqlda.c /sqljson /sqljson.c +/sqljson_jsontable +/sqljson_jsontable.c /twophase /twophase.c |
