mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix typo in logicalfuncs.c.
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACX1mVtw8LWEnZgnpPdk2bPFR1xX2ZN+8GfXCffyip_9=Q@mail.gmail.com
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
#include "utils/regproc.h"
|
#include "utils/regproc.h"
|
||||||
#include "utils/resowner.h"
|
#include "utils/resowner.h"
|
||||||
|
|
||||||
/* private date for writing out data */
|
/* Private data for writing out data */
|
||||||
typedef struct DecodingOutputState
|
typedef struct DecodingOutputState
|
||||||
{
|
{
|
||||||
Tuplestorestate *tupstore;
|
Tuplestorestate *tupstore;
|
||||||
|
Reference in New Issue
Block a user