1
1
mirror of https://github.com/wader/fq.git synced 2024-09-19 07:47:14 +03:00
fq/format/postgres
Mattias Wadman 051a70bd4b interp: Change bit ranges to use exclusive end
All other ranges and slicing uses exclusive end so i think it make sense
to make it consistent.

Update docs and add additional example for non-byte-aligned field.

Also fixes issue showing zero bit ranges as start-NA.
2023-10-20 15:37:26 +02:00
..
common postgres: use bit stream instead of masks to get flags 2023-05-06 08:42:16 +03:00
flavours postgres: fix compilation, fix tests 2023-05-03 10:10:03 +03:00
testdata interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
.gitignore postgres: fix some unknown, chanche tests tovalue -> dv 2022-09-05 12:50:59 +03:00
pg_btree.go postgres: btree refactored by Mattias Wadman 2023-05-05 11:28:38 +03:00
pg_btree.md postgres: doc 2023-05-06 08:54:56 +03:00
pg_control.go postgres: fix line endings in error messages, simplify code, add comments 2023-05-04 09:16:55 +03:00
pg_control.md postgres: doc 2023-05-06 08:54:56 +03:00
pg_heap.go postgres: fix line endings in error messages, simplify code, add comments 2023-05-04 09:16:55 +03:00
pg_heap.md postgres: doc 2023-05-06 08:54:56 +03:00