mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Fix typo
Hitoshi Harada
This commit is contained in:
parent
740e54ca84
commit
81f79dbf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ typedef union PLyTypeOutput
|
|||
} PLyTypeOutput;
|
||||
|
||||
/* all we need to move Postgresql data to Python objects,
|
||||
* and vis versa
|
||||
* and vice versa
|
||||
*/
|
||||
typedef struct PLyTypeInfo
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue