Re: Patch: Improve Boolean Predicate JSON Path Docs

Erik Wienhold <ewie@ewie.name>

From: Erik Wienhold <ewie@ewie.name>
To: "David E. Wheeler" <david@justatheory.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-10-20T03:49:48Z
Lists: pgsql-hackers
On 2023-10-20 05:20 +0200, David E. Wheeler wrote:
> On Oct 19, 2023, at 10:49 PM, Erik Wienhold <ewie@mailbox.org> wrote:
> 
> > Just wanted to take a look at v5.  But it's an applefile again :P
> 
> I don’t get it. It was the other times too! Are you able to save it
> with a .patch suffix?

Saving it is not the problem, but the actual file contents:

	$ xxd v5-0001-Improve-boolean-predicate-JSON-Path-docs.patch
	00000000: 0005 1600 0002 0000 0000 0000 0000 0000  ................
	00000010: 0000 0000 0000 0000 0002 0000 0009 0000  ................
	00000020: 0032 0000 000a 0000 0003 0000 003c 0000  .2...........<..
	00000030: 0036 0000 0000 0000 0000 0000 7635 2d30  .6..........v5-0
	00000040: 3030 312d 496d 7072 6f76 652d 626f 6f6c  001-Improve-bool
	00000050: 6561 6e2d 7072 6564 6963 6174 652d 4a53  ean-predicate-JS
	00000060: 4f4e 2d50 6174 682d 646f 6373 2e70 6174  ON-Path-docs.pat
	00000070: 6368                                     ch

I don't even know what that represents, probably not some fancy file
compression.

-- 
Erik



Commits

  1. Doc: improve documentation for jsonpath behavior.

  2. Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.