mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
This commit is contained in:
@ -205,7 +205,7 @@ struct ColumnIOData
|
||||
Oid typid; /* column type id */
|
||||
int32 typmod; /* column type modifier */
|
||||
TypeCat typcat; /* column type category */
|
||||
ScalarIOData scalar_io; /* metadata cache for directi conversion
|
||||
ScalarIOData scalar_io; /* metadata cache for direct conversion
|
||||
* through input function */
|
||||
union
|
||||
{
|
||||
|
Reference in New Issue
Block a user