git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: b4013b8) | patch
Quick adaption of JIT tuple deforming to the fast default patch.
2018年3月28日 04:03:10 +0000 (21:03 -0700)
2018年3月28日 04:03:10 +0000 (21:03 -0700)
commit f4f5845b3182ab930e525b1419bca47ac611604e
Quick adaption of JIT tuple deforming to the fast default patch.

Instead using memset to set tts_isnull, call the new
slot_getmissingattrs().

Also fix a bug (= instead of >=) in the code generation. Normally = is
correct, but when repeatedly deforming fields not in a
tuple (e.g. deform up to natts + 1 and then natts + 2) >= is needed.

Discussion: https://postgr.es/m/20180328010053.i2qvsuuusst4lgmc@alap3.anarazel.de
src/backend/access/common/heaptuple.c diff | blob | blame | history
src/backend/jit/llvm/llvmjit.c diff | blob | blame | history
src/backend/jit/llvm/llvmjit_deform.c diff | blob | blame | history
src/backend/jit/llvm/llvmjit_types.c diff | blob | blame | history
src/include/executor/tuptable.h diff | blob | blame | history
src/include/jit/llvmjit.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /