PostgreSQL Source Code  git master
ListenAction Struct Reference

Data Fields

ListenActionKind action
 
char channel [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 339 of file async.c.

Field Documentation

◆ action

ListenActionKind ListenAction::action

Definition at line 341 of file async.c.

Referenced by AtCommit_Notify(), PreCommit_Notify(), and queue_listen().

◆ channel

char ListenAction::channel[FLEXIBLE_ARRAY_MEMBER]

Definition at line 342 of file async.c.

Referenced by AtCommit_Notify(), and queue_listen().


The documentation for this struct was generated from the following file: