mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04: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:
parent
fe0972ee5e
commit
a89850a57e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include "utils/regproc.h"
|
||||
#include "utils/resowner.h"
|
||||
|
||||
/* private date for writing out data */
|
||||
/* Private data for writing out data */
|
||||
typedef struct DecodingOutputState
|
||||
{
|
||||
Tuplestorestate *tupstore;
|
||||
|
|
|
|||
Loading…
Reference in a new issue