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:
Amit Kapila 2022-02-26 10:38:37 +05:30
parent fe0972ee5e
commit a89850a57e

View File

@ -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;