From f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 18 May 2022 16:58:26 +0200 Subject: [performance] Add further indexes to mitigate laggy queries (#586) * start adding more indexes as a migration * update sqlite version --- vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go') diff --git a/vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go b/vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go index 1d030ddda..87407dcb2 100644 --- a/vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go +++ b/vendor/modernc.org/libc/pthread/capi_netbsd_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo pthread/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 pthread/pthread_netbsd_amd64.go -pkgname pthread', DO NOT EDIT. +// Code generated by 'ccgo pthread/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 pthread/pthread_netbsd_amd64.go -pkgname pthread', DO NOT EDIT. package pthread -- cgit v1.2.3