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/capi_netbsd_amd64.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/modernc.org/libc/capi_netbsd_amd64.go') diff --git a/vendor/modernc.org/libc/capi_netbsd_amd64.go b/vendor/modernc.org/libc/capi_netbsd_amd64.go index c71e72bd8..b78bda37c 100644 --- a/vendor/modernc.org/libc/capi_netbsd_amd64.go +++ b/vendor/modernc.org/libc/capi_netbsd_amd64.go @@ -98,6 +98,7 @@ var CAPI = map[string]struct{}{ "__isnanf": {}, "__isnanl": {}, "__isoc99_sscanf": {}, + "__isprint_l": {}, "__isthreaded": {}, "__lookup_ipliteral": {}, "__lookup_name": {}, @@ -107,6 +108,7 @@ var CAPI = map[string]struct{}{ "__sF": {}, "__shgetc": {}, "__shlim": {}, + "__srget": {}, "__stderrp": {}, "__stdinp": {}, "__stdoutp": {}, @@ -278,6 +280,7 @@ var CAPI = map[string]struct{}{ "isnan": {}, "isnanf": {}, "isnanl": {}, + "isprint": {}, "kill": {}, "ldexp": {}, "link": {}, -- cgit v1.2.3