Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/include/foreign/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 2 kB image not shown  

Quelle  pgoutput.h

  Sprache: C
 

/*-------------------------------------------------------------------------
 *
 * pgoutput.h
 *  Logical Replication output plugin
 *
 * Copyright (c) 2015-2025, PostgreSQL Global Development Group
 *
 * IDENTIFICATION
 *  src/include/replication/pgoutput.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef PGOUTPUT_H
#define PGOUTPUT_H

#include "nodes/pg_list.h"

typedef struct PGOutputData
{
 MemoryContext context;  /* private memory context for transient
 * allocations */

 MemoryContext cachectx;  /* private memory context for cache data */
 MemoryContext pubctx;  /* private memory context for publication data */

 bool  in_streaming; /* true if we are streaming a chunk of
 * transaction */


 /* client-supplied info: */
 uint32  protocol_version;
 List    *publication_names;
 List    *publications;
 bool  binary;
 char  streaming;
 bool  messages;
 bool  two_phase;
 bool  publish_no_origin;
} PGOutputData;

#endif       /* PGOUTPUT_H */

Messung V0.5 in Prozent
C=84 H=100 G=92

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-08-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.