mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
This commit is contained in:
@@ -2584,7 +2584,7 @@ _bt_preprocess_keys(IndexScanDesc scan)
|
||||
{
|
||||
inkeys = arrayKeyData;
|
||||
|
||||
/* Also maintain keyDataMap for remapping so->orderProc[] later */
|
||||
/* Also maintain keyDataMap for remapping so->orderProcs[] later */
|
||||
keyDataMap = MemoryContextAlloc(so->arrayContext,
|
||||
numberOfKeys * sizeof(int));
|
||||
}
|
||||
|
Reference in New Issue
Block a user