﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33804	GinIndex's gin_pending_list_limit parameter is in kilobytes.	sidty	Ian Wootten	"In django postgres-GinIndex docs   (https://docs.djangoproject.com/en/4.0/ref/contrib/postgres/indexes/#ginindex)
In last paragraph of GinIndex docs.
""Provide an integer number of **bytes** ...""

But in postgres (https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-GIN-PENDING-LIST-LIMIT)
In mid of 2nd line of paragraph.
""If this value is specified without units, it is taken as **kilobytes**. ""

(And django sends value without any units.)
So django-docs asks for **bytes** but postgres-docs check for **kilobytes**.


"	Cleanup/optimization	closed	Documentation	4.0	Normal	fixed	GinIndex	sidty	Ready for checkin	1	0	0	0	1	0
