mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
This commit is contained in:
@@ -2017,7 +2017,7 @@ check_multixact_offset_buffers(int *newval, void **extra, GucSource source)
|
||||
}
|
||||
|
||||
/*
|
||||
* GUC check_hook for multixact_member_buffer
|
||||
* GUC check_hook for multixact_member_buffers
|
||||
*/
|
||||
bool
|
||||
check_multixact_member_buffers(int *newval, void **extra, GucSource source)
|
||||
|
||||
Reference in New Issue
Block a user