mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix double-word typos
Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql Reviewed-by: Michaël Paquier
This commit is contained in:
@ -582,7 +582,7 @@ ECPGdump_a_struct(FILE *o, const char *name, const char *ind_name, char *arrsize
|
||||
{
|
||||
/*
|
||||
* If offset is NULL, then this is the first recursive level. If not then
|
||||
* we are in a struct in a struct and the offset is used as offset.
|
||||
* we are in a struct and the offset is used as offset.
|
||||
*/
|
||||
struct ECPGstruct_member *p,
|
||||
*ind_p = NULL;
|
||||
|
Reference in New Issue
Block a user