diff options
| author | Michael Paquier | 2019-07-22 01:01:50 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-07-22 01:01:50 +0000 |
| commit | 23bccc823d434d9dcf3c12622fe260d9235baae2 (patch) | |
| tree | a966eef34e7f33cf1ce9c729d3f423a5b5b9389d /src/interfaces/ecpg/ecpglib | |
| parent | e1a0f6a983068675813074847e1d0d61bd37ac0e (diff) | |
Fix inconsistencies and typos in the tree
This is numbered take 7, and addresses a set of issues with code
comments, variable names and unreferenced variables.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/interfaces/ecpg/ecpglib')
| -rw-r--r-- | src/interfaces/ecpg/ecpglib/execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index 4394b420a15..4e2016c7aea 100644 --- a/src/interfaces/ecpg/ecpglib/execute.c +++ b/src/interfaces/ecpg/ecpglib/execute.c @@ -2073,9 +2073,9 @@ ecpg_do_prologue(int lineno, const int compat, const int force_indicator, * offset - offset between ith and (i+1)th entry in an array, normally * that means sizeof(type) * ind_type - type of indicator variable - * ind_value - pointer to indicator variable + * ind_pointer - pointer to indicator variable * ind_varcharsize - empty - * ind_arraysize - arraysize of indicator array + * ind_arrsize - arraysize of indicator array * ind_offset - indicator offset *------ */ |
