Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ef6e7e

Browse files
committed
Repair intarray's problems with TOASTed input, avoid scribbling on
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
1 parent 9e07c9a commit 2ef6e7e

File tree

4 files changed

+2210
-186
lines changed

4 files changed

+2210
-186
lines changed

contrib/intarray/README.intarray

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All work was done by Teodor Sigaev ([email protected]) and Oleg Bartunov
1010
([email protected]). See http://www.sai.msu.su/~megera/postgres/gist
1111
for additional information.
1212

13+
CHANGES:
14+
15+
March 19, 2001
16+
1. Added support for toastable keys
17+
2. Improved split algorithm for intbig (selection speedup is about 30%)
18+
1319
INSTALLATION:
1420

1521
gmake

0 commit comments

Comments
 (0)