Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

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.11 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002