mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include "utils/relcache.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
/* Typedefs for callback functions for amcheck_lock_relation */
|
||||
/* Typedefs for callback functions for amcheck_lock_relation_and_check */
|
||||
typedef void (*IndexCheckableCallback) (Relation index);
|
||||
typedef void (*IndexDoCheckCallback) (Relation rel,
|
||||
Relation heaprel,
|
||||
|
Reference in New Issue
Block a user