v24-0001-Fix-comment-on-gist_stratnum_btree.patch
text/x-patch
Filename: v24-0001-Fix-comment-on-gist_stratnum_btree.patch
Type: text/x-patch
Part: 0
Message:
Re: SQL:2011 application time
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v24-0001
Subject: Fix comment on gist_stratnum_btree
| File | + | − |
|---|---|---|
| contrib/btree_gist/btree_gist.c | 1 | 1 |
From 29832a724bf0384842bfe68d7c5f17ffab40659c Mon Sep 17 00:00:00 2001 From: "Paul A. Jungwirth" <pj@illuminatedcomputing.com> Date: Wed, 24 Jan 2024 12:56:32 -0800 Subject: [PATCH v24 1/7] Fix comment on gist_stratnum_btree We give results for <, <=, =, >=, and >, not just =. Because why not? --- contrib/btree_gist/btree_gist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/btree_gist/btree_gist.c b/contrib/btree_gist/btree_gist.c index c4fc094c652..5fd4cce27d0 100644 --- a/contrib/btree_gist/btree_gist.c +++ b/contrib/btree_gist/btree_gist.c @@ -55,7 +55,7 @@ gbt_decompress(PG_FUNCTION_ARGS) } /* - * Returns the btree number for equals, otherwise invalid. + * Returns the btree number for supported operators, otherwise invalid. */ Datum gist_stratnum_btree(PG_FUNCTION_ARGS) -- 2.42.0