diff options
author | 2022-05-18 16:58:26 +0200 | |
---|---|---|
committer | 2022-05-18 15:58:26 +0100 | |
commit | f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad (patch) | |
tree | ae39ceff207b2f67dfc4a6971816f29d95507806 /vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go | |
parent | [chore] Timeline test updates (#578) (diff) | |
download | gotosocial-f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad.tar.xz |
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration
* update sqlite version
Diffstat (limited to 'vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go b/vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go index 5eb9398b6..23ac9adca 100644 --- a/vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go +++ b/vendor/modernc.org/libc/stdlib/capi_openbsd_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo stdlib/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o stdlib/stdlib_openbsd_amd64.go -pkgname stdlib', DO NOT EDIT. +// Code generated by 'ccgo stdlib/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o stdlib/stdlib_openbsd_amd64.go -pkgname stdlib', DO NOT EDIT. package stdlib |