Fix typo in logicalfuncs.c.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACX1mVtw8LWEnZgnpPdk2bPFR1xX2ZN+8GfXCffyip_9=Q@mail.gmail.com
pull/78/head
Amit Kapila 4 years ago
parent fe0972ee5e
commit a89850a57e
  1. 2
      src/backend/replication/logical/logicalfuncs.c

@ -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…
Cancel
Save