PostgreSQL Source Code  git master
pgstat_internal.h File Reference
#include "common/hashfn.h"
#include "lib/dshash.h"
#include "lib/ilist.h"
#include "pgstat.h"
#include "storage/lwlock.h"
#include "utils/dsa.h"
Include dependency graph for pgstat_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PgStat_HashKey
 
struct  PgStatShared_HashEntry
 
struct  PgStatShared_Common
 
struct  PgStat_EntryRef
 
struct  PgStat_SubXactStatus
 
struct  PgStat_KindInfo
 
struct  PgStatShared_Archiver
 
struct  PgStatShared_BgWriter
 
struct  PgStatShared_Checkpointer
 
struct  PgStatShared_IO
 
struct  PgStatShared_SLRU
 
struct  PgStatShared_Wal
 
struct  PgStatShared_Database
 
struct  PgStatShared_Relation
 
struct  PgStatShared_Function
 
struct  PgStatShared_Subscription
 
struct  PgStatShared_ReplSlot
 
struct  PgStat_ShmemControl
 
struct  PgStat_Snapshot
 
struct  PgStat_LocalState
 

Macros

#define SLRU_NUM_ELEMENTS   lengthof(slru_names)
 
#define pgstat_assert_is_up()   ((void)true)
 

Typedefs

typedef struct PgStat_HashKey PgStat_HashKey
 
typedef struct PgStatShared_HashEntry PgStatShared_HashEntry
 
typedef struct PgStatShared_Common PgStatShared_Common
 
typedef struct PgStat_EntryRef PgStat_EntryRef
 
typedef struct PgStat_SubXactStatus PgStat_SubXactStatus
 
typedef struct PgStat_KindInfo PgStat_KindInfo
 
typedef struct PgStatShared_Archiver PgStatShared_Archiver
 
typedef struct PgStatShared_BgWriter PgStatShared_BgWriter
 
typedef struct PgStatShared_Checkpointer PgStatShared_Checkpointer
 
typedef struct PgStatShared_IO PgStatShared_IO
 
typedef struct PgStatShared_SLRU PgStatShared_SLRU
 
typedef struct PgStatShared_Wal PgStatShared_Wal
 
typedef struct PgStatShared_Database PgStatShared_Database
 
typedef struct PgStatShared_Relation PgStatShared_Relation
 
typedef struct PgStatShared_Function PgStatShared_Function
 
typedef struct PgStatShared_Subscription PgStatShared_Subscription
 
typedef struct PgStatShared_ReplSlot PgStatShared_ReplSlot
 
typedef struct PgStat_ShmemControl PgStat_ShmemControl
 
typedef struct PgStat_Snapshot PgStat_Snapshot
 
typedef struct PgStat_LocalState PgStat_LocalState
 

Functions

static void pgstat_begin_changecount_write (uint32 *cc)
 
static void pgstat_end_changecount_write (uint32 *cc)
 
static uint32 pgstat_begin_changecount_read (uint32 *cc)
 
static bool pgstat_end_changecount_read (uint32 *cc, uint32 cc_before)
 
static void pgstat_copy_changecounted_stats (void *dst, void *src, size_t len, uint32 *cc)
 
static int pgstat_cmp_hash_key (const void *a, const void *b, size_t size, void *arg)
 
static uint32 pgstat_hash_hash_key (const void *d, size_t size, void *arg)
 
static size_t pgstat_get_entry_len (PgStat_Kind kind)
 
static void * pgstat_get_entry_data (PgStat_Kind kind, PgStatShared_Common *entry)
 
const PgStat_KindInfopgstat_get_kind_info (PgStat_Kind kind)
 
void pgstat_delete_pending_entry (PgStat_EntryRef *entry_ref)
 
PgStat_EntryRefpgstat_prep_pending_entry (PgStat_Kind kind, Oid dboid, Oid objoid, bool *created_entry)
 
PgStat_EntryRefpgstat_fetch_pending_entry (PgStat_Kind kind, Oid dboid, Oid objoid)
 
void * pgstat_fetch_entry (PgStat_Kind kind, Oid dboid, Oid objoid)
 
void pgstat_snapshot_fixed (PgStat_Kind kind)
 
void pgstat_archiver_reset_all_cb (TimestampTz ts)
 
void pgstat_archiver_snapshot_cb (void)
 
void pgstat_bgwriter_reset_all_cb (TimestampTz ts)
 
void pgstat_bgwriter_snapshot_cb (void)
 
void pgstat_checkpointer_reset_all_cb (TimestampTz ts)
 
void pgstat_checkpointer_snapshot_cb (void)
 
void pgstat_report_disconnect (Oid dboid)
 
void pgstat_update_dbstats (TimestampTz ts)
 
void AtEOXact_PgStat_Database (bool isCommit, bool parallel)
 
PgStat_StatDBEntrypgstat_prep_database_pending (Oid dboid)
 
void pgstat_reset_database_timestamp (Oid dboid, TimestampTz ts)
 
bool pgstat_database_flush_cb (PgStat_EntryRef *entry_ref, bool nowait)
 
void pgstat_database_reset_timestamp_cb (PgStatShared_Common *header, TimestampTz ts)
 
bool pgstat_function_flush_cb (PgStat_EntryRef *entry_ref, bool nowait)
 
bool pgstat_flush_io (bool nowait)
 
void pgstat_io_reset_all_cb (TimestampTz ts)
 
void pgstat_io_snapshot_cb (void)
 
void AtEOXact_PgStat_Relations (PgStat_SubXactStatus *xact_state, bool isCommit)
 
void AtEOSubXact_PgStat_Relations (PgStat_SubXactStatus *xact_state, bool isCommit, int nestDepth)
 
void AtPrepare_PgStat_Relations (PgStat_SubXactStatus *xact_state)
 
void PostPrepare_PgStat_Relations (PgStat_SubXactStatus *xact_state)
 
bool pgstat_relation_flush_cb (PgStat_EntryRef *entry_ref, bool nowait)
 
void pgstat_relation_delete_pending_cb (PgStat_EntryRef *entry_ref)
 
void pgstat_replslot_reset_timestamp_cb (PgStatShared_Common *header, TimestampTz ts)
 
void pgstat_replslot_to_serialized_name_cb (const PgStat_HashKey *key, const PgStatShared_Common *header, NameData *name)
 
bool pgstat_replslot_from_serialized_name_cb (const NameData *name, PgStat_HashKey *key)
 
void pgstat_attach_shmem (void)
 
void pgstat_detach_shmem (void)
 
PgStat_EntryRefpgstat_get_entry_ref (PgStat_Kind kind, Oid dboid, Oid objoid, bool create, bool *created_entry)
 
bool pgstat_lock_entry (PgStat_EntryRef *entry_ref, bool nowait)
 
bool pgstat_lock_entry_shared (PgStat_EntryRef *entry_ref, bool nowait)
 
void pgstat_unlock_entry (PgStat_EntryRef *entry_ref)
 
bool pgstat_drop_entry (PgStat_Kind kind, Oid dboid, Oid objoid)
 
void pgstat_drop_all_entries (void)
 
PgStat_EntryRefpgstat_get_entry_ref_locked (PgStat_Kind kind, Oid dboid, Oid objoid, bool nowait)
 
void pgstat_reset_entry (PgStat_Kind kind, Oid dboid, Oid objoid, TimestampTz ts)
 
void pgstat_reset_entries_of_kind (PgStat_Kind kind, TimestampTz ts)
 
void pgstat_reset_matching_entries (bool(*do_reset)(PgStatShared_HashEntry *, Datum), Datum match_data, TimestampTz ts)
 
void pgstat_request_entry_refs_gc (void)
 
PgStatShared_Commonpgstat_init_entry (PgStat_Kind kind, PgStatShared_HashEntry *shhashent)
 
bool pgstat_slru_flush (bool nowait)
 
void pgstat_slru_reset_all_cb (TimestampTz ts)
 
void pgstat_slru_snapshot_cb (void)
 
bool pgstat_flush_wal (bool nowait)
 
void pgstat_init_wal (void)
 
bool pgstat_have_pending_wal (void)
 
void pgstat_wal_reset_all_cb (TimestampTz ts)
 
void pgstat_wal_snapshot_cb (void)
 
bool pgstat_subscription_flush_cb (PgStat_EntryRef *entry_ref, bool nowait)
 
void pgstat_subscription_reset_timestamp_cb (PgStatShared_Common *header, TimestampTz ts)
 
PgStat_SubXactStatuspgstat_get_xact_stack_level (int nest_level)
 
void pgstat_drop_transactional (PgStat_Kind kind, Oid dboid, Oid objoid)
 
void pgstat_create_transactional (PgStat_Kind kind, Oid dboid, Oid objoid)
 

Variables

static const char *const slru_names []
 
PGDLLIMPORT PgStat_LocalState pgStatLocal
 
PGDLLIMPORT bool have_iostats
 
PGDLLIMPORT bool have_slrustats
 

Macro Definition Documentation

◆ pgstat_assert_is_up

#define pgstat_assert_is_up ( )    ((void)true)

Definition at line 510 of file pgstat_internal.h.

◆ SLRU_NUM_ELEMENTS

#define SLRU_NUM_ELEMENTS   lengthof(slru_names)

Definition at line 282 of file pgstat_internal.h.

Typedef Documentation

◆ PgStat_EntryRef

◆ PgStat_HashKey

◆ PgStat_KindInfo

◆ PgStat_LocalState

◆ PgStat_ShmemControl

◆ PgStat_Snapshot

◆ PgStat_SubXactStatus

◆ PgStatShared_Archiver

◆ PgStatShared_BgWriter

◆ PgStatShared_Checkpointer

◆ PgStatShared_Common

◆ PgStatShared_Database

◆ PgStatShared_Function

◆ PgStatShared_HashEntry

◆ PgStatShared_IO

◆ PgStatShared_Relation

◆ PgStatShared_ReplSlot

◆ PgStatShared_SLRU

◆ PgStatShared_Subscription

◆ PgStatShared_Wal

Function Documentation

◆ AtEOSubXact_PgStat_Relations()

void AtEOSubXact_PgStat_Relations ( PgStat_SubXactStatus xact_state,
bool  isCommit,
int  nestDepth 
)

Definition at line 564 of file pgstat_relation.c.

565 {
567  PgStat_TableXactStatus *next_trans;
568 
569  for (trans = xact_state->first; trans != NULL; trans = next_trans)
570  {
571  PgStat_TableStatus *tabstat;
572 
573  next_trans = trans->next;
574  Assert(trans->nest_level == nestDepth);
575  tabstat = trans->parent;
576  Assert(tabstat->trans == trans);
577 
578  if (isCommit)
579  {
580  if (trans->upper && trans->upper->nest_level == nestDepth - 1)
581  {
582  if (trans->truncdropped)
583  {
584  /* propagate the truncate/drop status one level up */
585  save_truncdrop_counters(trans->upper, false);
586  /* replace upper xact stats with ours */
587  trans->upper->tuples_inserted = trans->tuples_inserted;
588  trans->upper->tuples_updated = trans->tuples_updated;
589  trans->upper->tuples_deleted = trans->tuples_deleted;
590  }
591  else
592  {
593  trans->upper->tuples_inserted += trans->tuples_inserted;
594  trans->upper->tuples_updated += trans->tuples_updated;
595  trans->upper->tuples_deleted += trans->tuples_deleted;
596  }
597  tabstat->trans = trans->upper;
598  pfree(trans);
599  }
600  else
601  {
602  /*
603  * When there isn't an immediate parent state, we can just
604  * reuse the record instead of going through a palloc/pfree
605  * pushup (this works since it's all in TopTransactionContext
606  * anyway). We have to re-link it into the parent level,
607  * though, and that might mean pushing a new entry into the
608  * pgStatXactStack.
609  */
610  PgStat_SubXactStatus *upper_xact_state;
611 
612  upper_xact_state = pgstat_get_xact_stack_level(nestDepth - 1);
613  trans->next = upper_xact_state->first;
614  upper_xact_state->first = trans;
615  trans->nest_level = nestDepth - 1;
616  }
617  }
618  else
619  {
620  /*
621  * On abort, update top-level tabstat counts, then forget the
622  * subtransaction
623  */
624 
625  /* first restore values obliterated by truncate/drop */
627  /* count attempted actions regardless of commit/abort */
628  tabstat->counts.tuples_inserted += trans->tuples_inserted;
629  tabstat->counts.tuples_updated += trans->tuples_updated;
630  tabstat->counts.tuples_deleted += trans->tuples_deleted;
631  /* inserted tuples are dead, deleted tuples are unaffected */
632  tabstat->counts.delta_dead_tuples +=
633  trans->tuples_inserted + trans->tuples_updated;
634  tabstat->trans = trans->upper;
635  pfree(trans);
636  }
637  }
638 }
Assert(fmt[strlen(fmt) - 1] !='\n')
void pfree(void *pointer)
Definition: mcxt.c:1436
static void save_truncdrop_counters(PgStat_TableXactStatus *trans, bool is_drop)
static void restore_truncdrop_counters(PgStat_TableXactStatus *trans)
PgStat_SubXactStatus * pgstat_get_xact_stack_level(int nest_level)
Definition: pgstat_xact.c:237
PgStat_TableXactStatus * first
PgStat_Counter tuples_inserted
Definition: pgstat.h:167
PgStat_Counter tuples_updated
Definition: pgstat.h:168
PgStat_Counter delta_dead_tuples
Definition: pgstat.h:175
PgStat_Counter tuples_deleted
Definition: pgstat.h:169
PgStat_TableCounts counts
Definition: pgstat.h:202
struct PgStat_TableXactStatus * trans
Definition: pgstat.h:201
static zic_t trans[TZ_MAX_LEAPS]
Definition: zic.c:402

References Assert(), PgStat_TableStatus::counts, PgStat_TableCounts::delta_dead_tuples, PgStat_SubXactStatus::first, pfree(), pgstat_get_xact_stack_level(), restore_truncdrop_counters(), save_truncdrop_counters(), PgStat_TableStatus::trans, trans, PgStat_TableCounts::tuples_deleted, PgStat_TableCounts::tuples_inserted, and PgStat_TableCounts::tuples_updated.

Referenced by AtEOSubXact_PgStat().

◆ AtEOXact_PgStat_Database()

void AtEOXact_PgStat_Database ( bool  isCommit,
bool  parallel 
)

Definition at line 246 of file pgstat_database.c.

247 {
248  /* Don't count parallel worker transaction stats */
249  if (!parallel)
250  {
251  /*
252  * Count transaction commit or abort. (We use counters, not just
253  * bools, in case the reporting message isn't sent right away.)
254  */
255  if (isCommit)
257  else
259  }
260 }
static int pgStatXactCommit
static int pgStatXactRollback

References pgStatXactCommit, and pgStatXactRollback.

Referenced by AtEOXact_PgStat().

◆ AtEOXact_PgStat_Relations()

void AtEOXact_PgStat_Relations ( PgStat_SubXactStatus xact_state,
bool  isCommit 
)

Definition at line 506 of file pgstat_relation.c.

507 {
509 
510  for (trans = xact_state->first; trans != NULL; trans = trans->next)
511  {
512  PgStat_TableStatus *tabstat;
513 
514  Assert(trans->nest_level == 1);
515  Assert(trans->upper == NULL);
516  tabstat = trans->parent;
517  Assert(tabstat->trans == trans);
518  /* restore pre-truncate/drop stats (if any) in case of aborted xact */
519  if (!isCommit)
521  /* count attempted actions regardless of commit/abort */
522  tabstat->counts.tuples_inserted += trans->tuples_inserted;
523  tabstat->counts.tuples_updated += trans->tuples_updated;
524  tabstat->counts.tuples_deleted += trans->tuples_deleted;
525  if (isCommit)
526  {
527  tabstat->counts.truncdropped = trans->truncdropped;
528  if (trans->truncdropped)
529  {
530  /* forget live/dead stats seen by backend thus far */
531  tabstat->counts.delta_live_tuples = 0;
532  tabstat->counts.delta_dead_tuples = 0;
533  }
534  /* insert adds a live tuple, delete removes one */
535  tabstat->counts.delta_live_tuples +=
536  trans->tuples_inserted - trans->tuples_deleted;
537  /* update and delete each create a dead tuple */
538  tabstat->counts.delta_dead_tuples +=
539  trans->tuples_updated + trans->tuples_deleted;
540  /* insert, update, delete each count as one change event */
541  tabstat->counts.changed_tuples +=
542  trans->tuples_inserted + trans->tuples_updated +
543  trans->tuples_deleted;
544  }
545  else
546  {
547  /* inserted tuples are dead, deleted tuples are unaffected */
548  tabstat->counts.delta_dead_tuples +=
549  trans->tuples_inserted + trans->tuples_updated;
550  /* an aborted xact generates no changed_tuple events */
551  }
552  tabstat->trans = NULL;
553  }
554 }
PgStat_Counter delta_live_tuples
Definition: pgstat.h:174
PgStat_Counter changed_tuples
Definition: pgstat.h:176

References Assert(), PgStat_TableCounts::changed_tuples, PgStat_TableStatus::counts, PgStat_TableCounts::delta_dead_tuples, PgStat_TableCounts::delta_live_tuples, PgStat_SubXactStatus::first, restore_truncdrop_counters(), PgStat_TableStatus::trans, trans, PgStat_TableCounts::truncdropped, PgStat_TableCounts::tuples_deleted, PgStat_TableCounts::tuples_inserted, and PgStat_TableCounts::tuples_updated.

Referenced by AtEOXact_PgStat().

◆ AtPrepare_PgStat_Relations()

void AtPrepare_PgStat_Relations ( PgStat_SubXactStatus xact_state)

Definition at line 645 of file pgstat_relation.c.

646 {
648 
649  for (trans = xact_state->first; trans != NULL; trans = trans->next)
650  {
652  TwoPhasePgStatRecord record;
653 
654  Assert(trans->nest_level == 1);
655  Assert(trans->upper == NULL);
656  tabstat = trans->parent;
657  Assert(tabstat->trans == trans);
658 
659  record.tuples_inserted = trans->tuples_inserted;
660  record.tuples_updated = trans->tuples_updated;
661  record.tuples_deleted = trans->tuples_deleted;
662  record.inserted_pre_truncdrop = trans->inserted_pre_truncdrop;
663  record.updated_pre_truncdrop = trans->updated_pre_truncdrop;
664  record.deleted_pre_truncdrop = trans->deleted_pre_truncdrop;
665  record.id = tabstat->id;
666  record.shared = tabstat->shared;
667  record.truncdropped = trans->truncdropped;
668 
670  &record, sizeof(TwoPhasePgStatRecord));
671  }
672 }
#define PG_USED_FOR_ASSERTS_ONLY
Definition: c.h:166
PgStat_Counter deleted_pre_truncdrop
PgStat_Counter inserted_pre_truncdrop
PgStat_Counter updated_pre_truncdrop
PgStat_Counter tuples_deleted
PgStat_Counter tuples_inserted
PgStat_Counter tuples_updated
void RegisterTwoPhaseRecord(TwoPhaseRmgrId rmid, uint16 info, const void *data, uint32 len)
Definition: twophase.c:1257
#define TWOPHASE_RM_PGSTAT_ID
Definition: twophase_rmgr.h:26

References Assert(), TwoPhasePgStatRecord::deleted_pre_truncdrop, PgStat_SubXactStatus::first, TwoPhasePgStatRecord::id, TwoPhasePgStatRecord::inserted_pre_truncdrop, PG_USED_FOR_ASSERTS_ONLY, RegisterTwoPhaseRecord(), TwoPhasePgStatRecord::shared, trans, TwoPhasePgStatRecord::truncdropped, TwoPhasePgStatRecord::tuples_deleted, TwoPhasePgStatRecord::tuples_inserted, TwoPhasePgStatRecord::tuples_updated, TWOPHASE_RM_PGSTAT_ID, and TwoPhasePgStatRecord::updated_pre_truncdrop.

Referenced by AtPrepare_PgStat().

◆ pgstat_archiver_reset_all_cb()

void pgstat_archiver_reset_all_cb ( TimestampTz  ts)

Definition at line 66 of file pgstat_archiver.c.

67 {
69 
70  /* see explanation above PgStatShared_Archiver for the reset protocol */
71  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
73  &stats_shmem->stats,
74  sizeof(stats_shmem->stats),
75  &stats_shmem->changecount);
76  stats_shmem->stats.stat_reset_timestamp = ts;
77  LWLockRelease(&stats_shmem->lock);
78 }
bool LWLockAcquire(LWLock *lock, LWLockMode mode)
Definition: lwlock.c:1195
void LWLockRelease(LWLock *lock)
Definition: lwlock.c:1803
@ LW_EXCLUSIVE
Definition: lwlock.h:115
PgStat_LocalState pgStatLocal
Definition: pgstat.c:196
static void pgstat_copy_changecounted_stats(void *dst, void *src, size_t len, uint32 *cc)
PgStat_ArchiverStats reset_offset
PgStat_ArchiverStats stats
TimestampTz stat_reset_timestamp
Definition: pgstat.h:250
PgStat_ShmemControl * shmem
PgStatShared_Archiver archiver

References PgStat_ShmemControl::archiver, PgStatShared_Archiver::changecount, PgStatShared_Archiver::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, PgStatShared_Archiver::reset_offset, PgStat_LocalState::shmem, PgStat_ArchiverStats::stat_reset_timestamp, and PgStatShared_Archiver::stats.

◆ pgstat_archiver_snapshot_cb()

void pgstat_archiver_snapshot_cb ( void  )

Definition at line 81 of file pgstat_archiver.c.

82 {
85  PgStat_ArchiverStats *reset_offset = &stats_shmem->reset_offset;
87 
89  &stats_shmem->stats,
90  sizeof(stats_shmem->stats),
91  &stats_shmem->changecount);
92 
93  LWLockAcquire(&stats_shmem->lock, LW_SHARED);
94  memcpy(&reset, reset_offset, sizeof(stats_shmem->stats));
95  LWLockRelease(&stats_shmem->lock);
96 
97  /* compensate by reset offsets */
98  if (stat_snap->archived_count == reset.archived_count)
99  {
100  stat_snap->last_archived_wal[0] = 0;
101  stat_snap->last_archived_timestamp = 0;
102  }
103  stat_snap->archived_count -= reset.archived_count;
104 
105  if (stat_snap->failed_count == reset.failed_count)
106  {
107  stat_snap->last_failed_wal[0] = 0;
108  stat_snap->last_failed_timestamp = 0;
109  }
110  stat_snap->failed_count -= reset.failed_count;
111 }
@ LW_SHARED
Definition: lwlock.h:116
void reset(void)
Definition: sql-declare.c:600
TimestampTz last_failed_timestamp
Definition: pgstat.h:249
TimestampTz last_archived_timestamp
Definition: pgstat.h:245
char last_failed_wal[MAX_XFN_CHARS+1]
Definition: pgstat.h:247
PgStat_Counter failed_count
Definition: pgstat.h:246
PgStat_Counter archived_count
Definition: pgstat.h:242
char last_archived_wal[MAX_XFN_CHARS+1]
Definition: pgstat.h:243
PgStat_Snapshot snapshot
PgStat_ArchiverStats archiver

References PgStat_ArchiverStats::archived_count, PgStat_ShmemControl::archiver, PgStat_Snapshot::archiver, PgStatShared_Archiver::changecount, PgStat_ArchiverStats::failed_count, PgStat_ArchiverStats::last_archived_timestamp, PgStat_ArchiverStats::last_archived_wal, PgStat_ArchiverStats::last_failed_timestamp, PgStat_ArchiverStats::last_failed_wal, PgStatShared_Archiver::lock, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, reset(), PgStatShared_Archiver::reset_offset, PgStat_LocalState::shmem, PgStat_LocalState::snapshot, and PgStatShared_Archiver::stats.

◆ pgstat_attach_shmem()

void pgstat_attach_shmem ( void  )

Definition at line 217 of file pgstat_shmem.c.

218 {
219  MemoryContext oldcontext;
220 
221  Assert(pgStatLocal.dsa == NULL);
222 
223  /* stats shared memory persists for the backend lifetime */
225 
227  NULL);
229 
232 
233  MemoryContextSwitchTo(oldcontext);
234 }
void dsa_pin_mapping(dsa_area *area)
Definition: dsa.c:643
dsa_area * dsa_attach_in_place(void *place, dsm_segment *segment)
Definition: dsa.c:553
dshash_table * dshash_attach(dsa_area *area, const dshash_parameters *params, dshash_table_handle handle, void *arg)
Definition: dshash.c:270
MemoryContext TopMemoryContext
Definition: mcxt.c:141
static MemoryContext MemoryContextSwitchTo(MemoryContext context)
Definition: palloc.h:138
static const dshash_parameters dsh_params
Definition: pgstat_shmem.c:62
dshash_table * shared_hash
dshash_table_handle hash_handle

References Assert(), PgStat_LocalState::dsa, dsa_attach_in_place(), dsa_pin_mapping(), dsh_params, dshash_attach(), PgStat_ShmemControl::hash_handle, MemoryContextSwitchTo(), pgStatLocal, PgStat_ShmemControl::raw_dsa_area, PgStat_LocalState::shared_hash, PgStat_LocalState::shmem, and TopMemoryContext.

Referenced by pgstat_initialize().

◆ pgstat_begin_changecount_read()

static uint32 pgstat_begin_changecount_read ( uint32 cc)
inlinestatic

Definition at line 715 of file pgstat_internal.h.

716 {
717  uint32 before_cc = *cc;
718 
720 
721  pg_read_barrier();
722 
723  return before_cc;
724 }
#define pg_read_barrier()
Definition: atomics.h:153
unsigned int uint32
Definition: c.h:490
#define CHECK_FOR_INTERRUPTS()
Definition: miscadmin.h:121

References CHECK_FOR_INTERRUPTS, and pg_read_barrier.

Referenced by pgstat_copy_changecounted_stats().

◆ pgstat_begin_changecount_write()

static void pgstat_begin_changecount_write ( uint32 cc)
inlinestatic

Definition at line 693 of file pgstat_internal.h.

694 {
695  Assert((*cc & 1) == 0);
696 
698  (*cc)++;
700 }
#define pg_write_barrier()
Definition: atomics.h:154
#define START_CRIT_SECTION()
Definition: miscadmin.h:148

References Assert(), pg_write_barrier, and START_CRIT_SECTION.

Referenced by pgstat_report_archiver(), pgstat_report_bgwriter(), and pgstat_report_checkpointer().

◆ pgstat_bgwriter_reset_all_cb()

void pgstat_bgwriter_reset_all_cb ( TimestampTz  ts)

Definition at line 79 of file pgstat_bgwriter.c.

80 {
82 
83  /* see explanation above PgStatShared_BgWriter for the reset protocol */
84  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
86  &stats_shmem->stats,
87  sizeof(stats_shmem->stats),
88  &stats_shmem->changecount);
89  stats_shmem->stats.stat_reset_timestamp = ts;
90  LWLockRelease(&stats_shmem->lock);
91 }
PgStat_BgWriterStats reset_offset
PgStat_BgWriterStats stats
TimestampTz stat_reset_timestamp
Definition: pgstat.h:258
PgStatShared_BgWriter bgwriter

References PgStat_ShmemControl::bgwriter, PgStatShared_BgWriter::changecount, PgStatShared_BgWriter::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, PgStatShared_BgWriter::reset_offset, PgStat_LocalState::shmem, PgStat_BgWriterStats::stat_reset_timestamp, and PgStatShared_BgWriter::stats.

◆ pgstat_bgwriter_snapshot_cb()

void pgstat_bgwriter_snapshot_cb ( void  )

Definition at line 94 of file pgstat_bgwriter.c.

95 {
97  PgStat_BgWriterStats *reset_offset = &stats_shmem->reset_offset;
99 
101  &stats_shmem->stats,
102  sizeof(stats_shmem->stats),
103  &stats_shmem->changecount);
104 
105  LWLockAcquire(&stats_shmem->lock, LW_SHARED);
106  memcpy(&reset, reset_offset, sizeof(stats_shmem->stats));
107  LWLockRelease(&stats_shmem->lock);
108 
109  /* compensate by reset offsets */
110 #define BGWRITER_COMP(fld) pgStatLocal.snapshot.bgwriter.fld -= reset.fld;
111  BGWRITER_COMP(buf_written_clean);
112  BGWRITER_COMP(maxwritten_clean);
113  BGWRITER_COMP(buf_alloc);
114 #undef BGWRITER_COMP
115 }
#define BGWRITER_COMP(fld)
PgStat_BgWriterStats bgwriter

References PgStat_ShmemControl::bgwriter, PgStat_Snapshot::bgwriter, BGWRITER_COMP, PgStatShared_BgWriter::changecount, PgStatShared_BgWriter::lock, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, reset(), PgStatShared_BgWriter::reset_offset, PgStat_LocalState::shmem, PgStat_LocalState::snapshot, and PgStatShared_BgWriter::stats.

◆ pgstat_checkpointer_reset_all_cb()

void pgstat_checkpointer_reset_all_cb ( TimestampTz  ts)

Definition at line 87 of file pgstat_checkpointer.c.

88 {
90 
91  /* see explanation above PgStatShared_Checkpointer for the reset protocol */
92  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
94  &stats_shmem->stats,
95  sizeof(stats_shmem->stats),
96  &stats_shmem->changecount);
97  LWLockRelease(&stats_shmem->lock);
98 }
PgStat_CheckpointerStats reset_offset
PgStat_CheckpointerStats stats
PgStatShared_Checkpointer checkpointer

References PgStatShared_Checkpointer::changecount, PgStat_ShmemControl::checkpointer, PgStatShared_Checkpointer::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, PgStatShared_Checkpointer::reset_offset, PgStat_LocalState::shmem, and PgStatShared_Checkpointer::stats.

◆ pgstat_checkpointer_snapshot_cb()

void pgstat_checkpointer_snapshot_cb ( void  )

Definition at line 101 of file pgstat_checkpointer.c.

102 {
104  PgStat_CheckpointerStats *reset_offset = &stats_shmem->reset_offset;
106 
108  &stats_shmem->stats,
109  sizeof(stats_shmem->stats),
110  &stats_shmem->changecount);
111 
112  LWLockAcquire(&stats_shmem->lock, LW_SHARED);
113  memcpy(&reset, reset_offset, sizeof(stats_shmem->stats));
114  LWLockRelease(&stats_shmem->lock);
115 
116  /* compensate by reset offsets */
117 #define CHECKPOINTER_COMP(fld) pgStatLocal.snapshot.checkpointer.fld -= reset.fld;
118  CHECKPOINTER_COMP(timed_checkpoints);
119  CHECKPOINTER_COMP(requested_checkpoints);
120  CHECKPOINTER_COMP(checkpoint_write_time);
121  CHECKPOINTER_COMP(checkpoint_sync_time);
122  CHECKPOINTER_COMP(buf_written_checkpoints);
123  CHECKPOINTER_COMP(buf_written_backend);
124  CHECKPOINTER_COMP(buf_fsync_backend);
125 #undef CHECKPOINTER_COMP
126 }
#define CHECKPOINTER_COMP(fld)
PgStat_CheckpointerStats checkpointer

References PgStatShared_Checkpointer::changecount, PgStat_ShmemControl::checkpointer, PgStat_Snapshot::checkpointer, CHECKPOINTER_COMP, PgStatShared_Checkpointer::lock, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgstat_copy_changecounted_stats(), pgStatLocal, reset(), PgStatShared_Checkpointer::reset_offset, PgStat_LocalState::shmem, PgStat_LocalState::snapshot, and PgStatShared_Checkpointer::stats.

◆ pgstat_cmp_hash_key()

static int pgstat_cmp_hash_key ( const void *  a,
const void *  b,
size_t  size,
void *  arg 
)
inlinestatic

Definition at line 770 of file pgstat_internal.h.

771 {
772  Assert(size == sizeof(PgStat_HashKey) && arg == NULL);
773  return memcmp(a, b, sizeof(PgStat_HashKey));
774 }
int b
Definition: isn.c:70
int a
Definition: isn.c:69
void * arg

References a, arg, Assert(), and b.

◆ pgstat_copy_changecounted_stats()

static void pgstat_copy_changecounted_stats ( void *  dst,
void *  src,
size_t  len,
uint32 cc 
)
inlinestatic

Definition at line 754 of file pgstat_internal.h.

756 {
757  uint32 cc_before;
758 
759  do
760  {
761  cc_before = pgstat_begin_changecount_read(cc);
762 
763  memcpy(dst, src, len);
764  }
765  while (!pgstat_end_changecount_read(cc, cc_before));
766 }
const void size_t len
static uint32 pgstat_begin_changecount_read(uint32 *cc)
static bool pgstat_end_changecount_read(uint32 *cc, uint32 cc_before)

References len, pgstat_begin_changecount_read(), and pgstat_end_changecount_read().

Referenced by pgstat_archiver_reset_all_cb(), pgstat_archiver_snapshot_cb(), pgstat_bgwriter_reset_all_cb(), pgstat_bgwriter_snapshot_cb(), pgstat_checkpointer_reset_all_cb(), and pgstat_checkpointer_snapshot_cb().

◆ pgstat_create_transactional()

void pgstat_create_transactional ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid 
)

Definition at line 358 of file pgstat_xact.c.

359 {
360  if (pgstat_get_entry_ref(kind, dboid, objoid, false, NULL))
361  {
363  errmsg("resetting existing statistics for kind %s, db=%u, oid=%u",
364  (pgstat_get_kind_info(kind))->name, dboid, objoid));
365 
366  pgstat_reset(kind, dboid, objoid);
367  }
368 
369  create_drop_transactional_internal(kind, dboid, objoid, /* create */ true);
370 }
int errmsg(const char *fmt,...)
Definition: elog.c:1069
#define WARNING
Definition: elog.h:36
#define ereport(elevel,...)
Definition: elog.h:149
const char * name
Definition: encode.c:571
void pgstat_reset(PgStat_Kind kind, Oid dboid, Oid objoid)
Definition: pgstat.c:719
const PgStat_KindInfo * pgstat_get_kind_info(PgStat_Kind kind)
Definition: pgstat.c:1235
PgStat_EntryRef * pgstat_get_entry_ref(PgStat_Kind kind, Oid dboid, Oid objoid, bool create, bool *created_entry)
Definition: pgstat_shmem.c:397
static void create_drop_transactional_internal(PgStat_Kind kind, Oid dboid, Oid objoid, bool is_create)
Definition: pgstat_xact.c:333

References create_drop_transactional_internal(), ereport, errmsg(), name, pgstat_get_entry_ref(), pgstat_get_kind_info(), pgstat_reset(), and WARNING.

Referenced by pgstat_create_function(), pgstat_create_relation(), and pgstat_create_subscription().

◆ pgstat_database_flush_cb()

bool pgstat_database_flush_cb ( PgStat_EntryRef entry_ref,
bool  nowait 
)

Definition at line 359 of file pgstat_database.c.

360 {
361  PgStatShared_Database *sharedent;
362  PgStat_StatDBEntry *pendingent;
363 
364  pendingent = (PgStat_StatDBEntry *) entry_ref->pending;
365  sharedent = (PgStatShared_Database *) entry_ref->shared_stats;
366 
367  if (!pgstat_lock_entry(entry_ref, nowait))
368  return false;
369 
370 #define PGSTAT_ACCUM_DBCOUNT(item) \
371  (sharedent)->stats.item += (pendingent)->item
372 
373  PGSTAT_ACCUM_DBCOUNT(xact_commit);
374  PGSTAT_ACCUM_DBCOUNT(xact_rollback);
375  PGSTAT_ACCUM_DBCOUNT(blocks_fetched);
376  PGSTAT_ACCUM_DBCOUNT(blocks_hit);
377 
378  PGSTAT_ACCUM_DBCOUNT(tuples_returned);
379  PGSTAT_ACCUM_DBCOUNT(tuples_fetched);
380  PGSTAT_ACCUM_DBCOUNT(tuples_inserted);
381  PGSTAT_ACCUM_DBCOUNT(tuples_updated);
382  PGSTAT_ACCUM_DBCOUNT(tuples_deleted);
383 
384  /* last_autovac_time is reported immediately */
385  Assert(pendingent->last_autovac_time == 0);
386 
387  PGSTAT_ACCUM_DBCOUNT(conflict_tablespace);
388  PGSTAT_ACCUM_DBCOUNT(conflict_lock);
389  PGSTAT_ACCUM_DBCOUNT(conflict_snapshot);
390  PGSTAT_ACCUM_DBCOUNT(conflict_bufferpin);
391  PGSTAT_ACCUM_DBCOUNT(conflict_startup_deadlock);
392 
393  PGSTAT_ACCUM_DBCOUNT(temp_bytes);
394  PGSTAT_ACCUM_DBCOUNT(temp_files);
395  PGSTAT_ACCUM_DBCOUNT(deadlocks);
396 
397  /* checksum failures are reported immediately */
398  Assert(pendingent->checksum_failures == 0);
399  Assert(pendingent->last_checksum_failure == 0);
400 
401  PGSTAT_ACCUM_DBCOUNT(blk_read_time);
402  PGSTAT_ACCUM_DBCOUNT(blk_write_time);
403 
404  PGSTAT_ACCUM_DBCOUNT(sessions);
405  PGSTAT_ACCUM_DBCOUNT(session_time);
406  PGSTAT_ACCUM_DBCOUNT(active_time);
407  PGSTAT_ACCUM_DBCOUNT(idle_in_transaction_time);
408  PGSTAT_ACCUM_DBCOUNT(sessions_abandoned);
409  PGSTAT_ACCUM_DBCOUNT(sessions_fatal);
410  PGSTAT_ACCUM_DBCOUNT(sessions_killed);
411 #undef PGSTAT_ACCUM_DBCOUNT
412 
413  pgstat_unlock_entry(entry_ref);
414 
415  memset(pendingent, 0, sizeof(*pendingent));
416 
417  return true;
418 }
#define PGSTAT_ACCUM_DBCOUNT(item)
void pgstat_unlock_entry(PgStat_EntryRef *entry_ref)
Definition: pgstat_shmem.c:603
bool pgstat_lock_entry(PgStat_EntryRef *entry_ref, bool nowait)
Definition: pgstat_shmem.c:575
PgStatShared_Common * shared_stats
TimestampTz last_checksum_failure
Definition: pgstat.h:339
TimestampTz last_autovac_time
Definition: pgstat.h:329
PgStat_Counter checksum_failures
Definition: pgstat.h:338

References Assert(), PgStat_StatDBEntry::checksum_failures, PgStat_StatDBEntry::last_autovac_time, PgStat_StatDBEntry::last_checksum_failure, PgStat_EntryRef::pending, PGSTAT_ACCUM_DBCOUNT, pgstat_lock_entry(), pgstat_unlock_entry(), and PgStat_EntryRef::shared_stats.

◆ pgstat_database_reset_timestamp_cb()

void pgstat_database_reset_timestamp_cb ( PgStatShared_Common header,
TimestampTz  ts 
)

Definition at line 421 of file pgstat_database.c.

422 {
423  ((PgStatShared_Database *) header)->stats.stat_reset_timestamp = ts;
424 }
static void header(const char *fmt,...) pg_attribute_printf(1
Definition: pg_regress.c:207

References header().

◆ pgstat_delete_pending_entry()

void pgstat_delete_pending_entry ( PgStat_EntryRef entry_ref)

Definition at line 1128 of file pgstat.c.

1129 {
1130  PgStat_Kind kind = entry_ref->shared_entry->key.kind;
1131  const PgStat_KindInfo *kind_info = pgstat_get_kind_info(kind);
1132  void *pending_data = entry_ref->pending;
1133 
1134  Assert(pending_data != NULL);
1135  /* !fixed_amount stats should be handled explicitly */
1136  Assert(!pgstat_get_kind_info(kind)->fixed_amount);
1137 
1138  if (kind_info->delete_pending_cb)
1139  kind_info->delete_pending_cb(entry_ref);
1140 
1141  pfree(pending_data);
1142  entry_ref->pending = NULL;
1143 
1144  dlist_delete(&entry_ref->pending_node);
1145 }
static void dlist_delete(dlist_node *node)
Definition: ilist.h:405
PgStat_Kind
Definition: pgstat.h:36
PgStatShared_HashEntry * shared_entry
dlist_node pending_node
PgStat_Kind kind
void(* delete_pending_cb)(PgStat_EntryRef *sr)

References Assert(), PgStat_KindInfo::delete_pending_cb, dlist_delete(), PgStatShared_HashEntry::key, PgStat_HashKey::kind, PgStat_EntryRef::pending, PgStat_EntryRef::pending_node, pfree(), pgstat_get_kind_info(), and PgStat_EntryRef::shared_entry.

Referenced by pgstat_flush_pending_entries(), and pgstat_release_entry_ref().

◆ pgstat_detach_shmem()

void pgstat_detach_shmem ( void  )

Definition at line 237 of file pgstat_shmem.c.

238 {
240 
241  /* we shouldn't leave references to shared stats */
243 
245  pgStatLocal.shared_hash = NULL;
246 
248  pgStatLocal.dsa = NULL;
249 }
void dsa_detach(dsa_area *area)
Definition: dsa.c:1922
void dshash_detach(dshash_table *hash_table)
Definition: dshash.c:307
static void pgstat_release_all_entry_refs(bool discard_pending)
Definition: pgstat_shmem.c:714

References Assert(), PgStat_LocalState::dsa, dsa_detach(), dshash_detach(), pgstat_release_all_entry_refs(), pgStatLocal, and PgStat_LocalState::shared_hash.

Referenced by pgstat_shutdown_hook().

◆ pgstat_drop_all_entries()

void pgstat_drop_all_entries ( void  )

Definition at line 895 of file pgstat_shmem.c.

896 {
897  dshash_seq_status hstat;
899  uint64 not_freed_count = 0;
900 
901  dshash_seq_init(&hstat, pgStatLocal.shared_hash, true);
902  while ((ps = dshash_seq_next(&hstat)) != NULL)
903  {
904  if (ps->dropped)
905  continue;
906 
907  if (!pgstat_drop_entry_internal(ps, &hstat))
908  not_freed_count++;
909  }
910  dshash_seq_term(&hstat);
911 
912  if (not_freed_count > 0)
914 }
void dshash_seq_init(dshash_seq_status *status, dshash_table *hash_table, bool exclusive)
Definition: dshash.c:595
void dshash_seq_term(dshash_seq_status *status)
Definition: dshash.c:704
void * dshash_seq_next(dshash_seq_status *status)
Definition: dshash.c:614
struct parser_state ps
void pgstat_request_entry_refs_gc(void)
Definition: pgstat_shmem.c:628
static bool pgstat_drop_entry_internal(PgStatShared_HashEntry *shent, dshash_seq_status *hstat)
Definition: pgstat_shmem.c:773

References dshash_seq_init(), dshash_seq_next(), dshash_seq_term(), pgstat_drop_entry_internal(), pgstat_request_entry_refs_gc(), pgStatLocal, ps, and PgStat_LocalState::shared_hash.

Referenced by pgstat_reset_after_failure().

◆ pgstat_drop_entry()

bool pgstat_drop_entry ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid 
)

Definition at line 858 of file pgstat_shmem.c.

859 {
860  PgStat_HashKey key = {.kind = kind,.dboid = dboid,.objoid = objoid};
861  PgStatShared_HashEntry *shent;
862  bool freed = true;
863 
864  /* delete local reference */
865  if (pgStatEntryRefHash)
866  {
867  PgStat_EntryRefHashEntry *lohashent =
868  pgstat_entry_ref_hash_lookup(pgStatEntryRefHash, key);
869 
870  if (lohashent)
871  pgstat_release_entry_ref(lohashent->key, lohashent->entry_ref,
872  true);
873  }
874 
875  /* mark entry in shared hashtable as deleted, drop if possible */
876  shent = dshash_find(pgStatLocal.shared_hash, &key, true);
877  if (shent)
878  {
879  freed = pgstat_drop_entry_internal(shent, NULL);
880 
881  /*
882  * Database stats contain other stats. Drop those as well when
883  * dropping the database. XXX: Perhaps this should be done in a
884  * slightly more principled way? But not obvious what that'd look
885  * like, and so far this is the only case...
886  */
887  if (key.kind == PGSTAT_KIND_DATABASE)
889  }
890 
891  return freed;
892 }
void * dshash_find(dshash_table *hash_table, const void *key, bool exclusive)
Definition: dshash.c:390
@ PGSTAT_KIND_DATABASE
Definition: pgstat.h:41
static void pgstat_release_entry_ref(PgStat_HashKey key, PgStat_EntryRef *entry_ref, bool discard_pending)
Definition: pgstat_shmem.c:521
static void pgstat_drop_database_and_contents(Oid dboid)
Definition: pgstat_shmem.c:808
static pgstat_entry_ref_hash_hash * pgStatEntryRefHash
Definition: pgstat_shmem.c:81
PgStat_EntryRef * entry_ref
Definition: pgstat_shmem.c:28

References dshash_find(), PgStat_EntryRefHashEntry::entry_ref, PgStat_EntryRefHashEntry::key, sort-test::key, pgstat_drop_database_and_contents(), pgstat_drop_entry_internal(), PGSTAT_KIND_DATABASE, pgstat_release_entry_ref(), pgStatEntryRefHash, pgStatLocal, and PgStat_LocalState::shared_hash.

Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), pgstat_drop_replslot(), pgstat_execute_transactional_drops(), and pgstat_init_function_usage().

◆ pgstat_drop_transactional()

void pgstat_drop_transactional ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid 
)

Definition at line 380 of file pgstat_xact.c.

381 {
382  create_drop_transactional_internal(kind, dboid, objoid, /* create */ false);
383 }

References create_drop_transactional_internal().

Referenced by pgstat_drop_database(), pgstat_drop_function(), pgstat_drop_relation(), and pgstat_drop_subscription().

◆ pgstat_end_changecount_read()

static bool pgstat_end_changecount_read ( uint32 cc,
uint32  cc_before 
)
inlinestatic

Definition at line 730 of file pgstat_internal.h.

731 {
732  uint32 after_cc;
733 
734  pg_read_barrier();
735 
736  after_cc = *cc;
737 
738  /* was a write in progress when we started? */
739  if (before_cc & 1)
740  return false;
741 
742  /* did writes start and complete while we read? */
743  return before_cc == after_cc;
744 }

References pg_read_barrier.

Referenced by pgstat_copy_changecounted_stats().

◆ pgstat_end_changecount_write()

static void pgstat_end_changecount_write ( uint32 cc)
inlinestatic

Definition at line 703 of file pgstat_internal.h.

704 {
705  Assert((*cc & 1) == 1);
706 
708 
709  (*cc)++;
710 
712 }
#define END_CRIT_SECTION()
Definition: miscadmin.h:150

References Assert(), END_CRIT_SECTION, and pg_write_barrier.

Referenced by pgstat_report_archiver(), pgstat_report_bgwriter(), and pgstat_report_checkpointer().

◆ pgstat_fetch_entry()

void* pgstat_fetch_entry ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid 
)

Definition at line 793 of file pgstat.c.

794 {
796  PgStat_EntryRef *entry_ref;
797  void *stats_data;
798  const PgStat_KindInfo *kind_info = pgstat_get_kind_info(kind);
799 
800  /* should be called from backends */
802  Assert(!kind_info->fixed_amount);
803 
805 
806  key.kind = kind;
807  key.dboid = dboid;
808  key.objoid = objoid;
809 
810  /* if we need to build a full snapshot, do so */
813 
814  /* if caching is desired, look up in cache */
816  {
817  PgStat_SnapshotEntry *entry = NULL;
818 
819  entry = pgstat_snapshot_lookup(pgStatLocal.snapshot.stats, key);
820 
821  if (entry)
822  return entry->data;
823 
824  /*
825  * If we built a full snapshot and the key is not in
826  * pgStatLocal.snapshot.stats, there are no matching stats.
827  */
829  return NULL;
830  }
831 
833 
834  entry_ref = pgstat_get_entry_ref(kind, dboid, objoid, false, NULL);
835 
836  if (entry_ref == NULL || entry_ref->shared_entry->dropped)
837  {
838  /* create empty entry when using PGSTAT_FETCH_CONSISTENCY_CACHE */
840  {
841  PgStat_SnapshotEntry *entry = NULL;
842  bool found;
843 
844  entry = pgstat_snapshot_insert(pgStatLocal.snapshot.stats, key, &found);
845  Assert(!found);
846  entry->data = NULL;
847  }
848  return NULL;
849  }
850 
851  /*
852  * Allocate in caller's context for PGSTAT_FETCH_CONSISTENCY_NONE,
853  * otherwise we could quickly end up with a fair bit of memory used due to
854  * repeated accesses.
855  */
857  stats_data = palloc(kind_info->shared_data_len);
858  else
860  kind_info->shared_data_len);
861 
862  pgstat_lock_entry_shared(entry_ref, false);
863  memcpy(stats_data,
864  pgstat_get_entry_data(kind, entry_ref->shared_stats),
865  kind_info->shared_data_len);
866  pgstat_unlock_entry(entry_ref);
867 
869  {
870  PgStat_SnapshotEntry *entry = NULL;
871  bool found;
872 
873  entry = pgstat_snapshot_insert(pgStatLocal.snapshot.stats, key, &found);
874  entry->data = stats_data;
875  }
876 
877  return stats_data;
878 }
bool IsUnderPostmaster
Definition: globals.c:113
bool IsPostmasterEnvironment
Definition: globals.c:112
void * MemoryContextAlloc(MemoryContext context, Size size)
Definition: mcxt.c:1005
void * palloc(Size size)
Definition: mcxt.c:1210
int pgstat_fetch_consistency
Definition: pgstat.c:188
static void pgstat_prep_snapshot(void)
Definition: pgstat.c:930
static void pgstat_build_snapshot(void)
Definition: pgstat.c:948
@ PGSTAT_FETCH_CONSISTENCY_NONE
Definition: pgstat.h:70
@ PGSTAT_FETCH_CONSISTENCY_CACHE
Definition: pgstat.h:71
@ PGSTAT_FETCH_CONSISTENCY_SNAPSHOT
Definition: pgstat.h:72
static void * pgstat_get_entry_data(PgStat_Kind kind, PgStatShared_Common *entry)
bool pgstat_lock_entry_shared(PgStat_EntryRef *entry_ref, bool nowait)
Definition: pgstat_shmem.c:591
MemoryContext context
PgStat_FetchConsistency mode
struct pgstat_snapshot_hash * stats

References Assert(), PgStat_Snapshot::context, PgStat_SnapshotEntry::data, PgStatShared_HashEntry::dropped, PgStat_KindInfo::fixed_amount, IsPostmasterEnvironment, IsUnderPostmaster, sort-test::key, MemoryContextAlloc(), PgStat_Snapshot::mode, palloc(), pgstat_build_snapshot(), pgstat_fetch_consistency, PGSTAT_FETCH_CONSISTENCY_CACHE, PGSTAT_FETCH_CONSISTENCY_NONE, PGSTAT_FETCH_CONSISTENCY_SNAPSHOT, pgstat_get_entry_data(), pgstat_get_entry_ref(), pgstat_get_kind_info(), pgstat_lock_entry_shared(), pgstat_prep_snapshot(), pgstat_unlock_entry(), pgStatLocal, PgStat_KindInfo::shared_data_len, PgStat_EntryRef::shared_entry, PgStat_EntryRef::shared_stats, PgStat_LocalState::snapshot, and PgStat_Snapshot::stats.

Referenced by pgstat_fetch_replslot(), pgstat_fetch_stat_dbentry(), pgstat_fetch_stat_funcentry(), pgstat_fetch_stat_subscription(), and pgstat_fetch_stat_tabentry_ext().

◆ pgstat_fetch_pending_entry()

PgStat_EntryRef* pgstat_fetch_pending_entry ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid 
)

Definition at line 1115 of file pgstat.c.

1116 {
1117  PgStat_EntryRef *entry_ref;
1118 
1119  entry_ref = pgstat_get_entry_ref(kind, dboid, objoid, false, NULL);
1120 
1121  if (entry_ref == NULL || entry_ref->pending == NULL)
1122  return NULL;
1123 
1124  return entry_ref;
1125 }

References PgStat_EntryRef::pending, and pgstat_get_entry_ref().

Referenced by find_funcstat_entry(), and find_tabstat_entry().

◆ pgstat_flush_io()

bool pgstat_flush_io ( bool  nowait)

Definition at line 95 of file pgstat_io.c.

96 {
97  LWLock *bktype_lock;
98  PgStat_BktypeIO *bktype_shstats;
99 
100  if (!have_iostats)
101  return false;
102 
103  bktype_lock = &pgStatLocal.shmem->io.locks[MyBackendType];
104  bktype_shstats =
106 
107  if (!nowait)
108  LWLockAcquire(bktype_lock, LW_EXCLUSIVE);
109  else if (!LWLockConditionalAcquire(bktype_lock, LW_EXCLUSIVE))
110  return true;
111 
112  for (int io_object = 0; io_object < IOOBJECT_NUM_TYPES; io_object++)
113  {
114  for (int io_context = 0; io_context < IOCONTEXT_NUM_TYPES; io_context++)
115  {
116  for (int io_op = 0; io_op < IOOP_NUM_TYPES; io_op++)
117  bktype_shstats->data[io_object][io_context][io_op] +=
118  PendingIOStats.data[io_object][io_context][io_op];
119  }
120  }
121 
123 
124  LWLockRelease(bktype_lock);
125 
126  memset(&PendingIOStats, 0, sizeof(PendingIOStats));
127 
128  have_iostats = false;
129 
130  return false;
131 }
bool LWLockConditionalAcquire(LWLock *lock, LWLockMode mode)
Definition: lwlock.c:1366
BackendType MyBackendType
Definition: miscinit.c:63
#define IOOP_NUM_TYPES
Definition: pgstat.h:304
#define IOCONTEXT_NUM_TYPES
Definition: pgstat.h:292
#define IOOBJECT_NUM_TYPES
Definition: pgstat.h:282
bool pgstat_bktype_io_stats_valid(PgStat_BktypeIO *backend_io, BackendType bktype)
Definition: pgstat_io.c:34
static PgStat_BktypeIO PendingIOStats
Definition: pgstat_io.c:22
bool have_iostats
Definition: pgstat_io.c:23
Definition: lwlock.h:40
LWLock locks[BACKEND_NUM_TYPES]
PgStat_Counter data[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES]
Definition: pgstat.h:308
PgStat_BktypeIO stats[BACKEND_NUM_TYPES]
Definition: pgstat.h:314
PgStatShared_IO io

References Assert(), PgStat_BktypeIO::data, have_iostats, PgStat_ShmemControl::io, IOCONTEXT_NUM_TYPES, IOOBJECT_NUM_TYPES, IOOP_NUM_TYPES, PgStatShared_IO::locks, LW_EXCLUSIVE, LWLockAcquire(), LWLockConditionalAcquire(), LWLockRelease(), MyBackendType, PendingIOStats, pgstat_bktype_io_stats_valid(), pgStatLocal, PgStat_LocalState::shmem, PgStat_IO::stats, and PgStatShared_IO::stats.

Referenced by pgstat_report_analyze(), pgstat_report_bgwriter(), pgstat_report_checkpointer(), pgstat_report_stat(), pgstat_report_vacuum(), and pgstat_report_wal().

◆ pgstat_flush_wal()

bool pgstat_flush_wal ( bool  nowait)

Definition at line 70 of file pgstat_wal.c.

71 {
72  PgStatShared_Wal *stats_shmem = &pgStatLocal.shmem->wal;
73  WalUsage diff = {0};
74 
76  Assert(pgStatLocal.shmem != NULL &&
78 
79  /*
80  * This function can be called even if nothing at all has happened. Avoid
81  * taking lock for nothing in that case.
82  */
84  return false;
85 
86  /*
87  * We don't update the WAL usage portion of the local WalStats elsewhere.
88  * Calculate how much WAL usage counters were increased by subtracting the
89  * previous counters from the current ones.
90  */
95 
96  if (!nowait)
97  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
98  else if (!LWLockConditionalAcquire(&stats_shmem->lock, LW_EXCLUSIVE))
99  return true;
100 
101 #define WALSTAT_ACC(fld) stats_shmem->stats.fld += PendingWalStats.fld
102  WALSTAT_ACC(wal_records);
103  WALSTAT_ACC(wal_fpi);
104  WALSTAT_ACC(wal_bytes);
105  WALSTAT_ACC(wal_buffers_full);
106  WALSTAT_ACC(wal_write);
107  WALSTAT_ACC(wal_sync);
108  WALSTAT_ACC(wal_write_time);
109  WALSTAT_ACC(wal_sync_time);
110 #undef WALSTAT_ACC
111 
112  LWLockRelease(&stats_shmem->lock);
113 
114  /*
115  * Save the current counters for the subsequent calculation of WAL usage.
116  */
118 
119  /*
120  * Clear out the statistics buffer, so it can be re-used.
121  */
122  MemSet(&PendingWalStats, 0, sizeof(PendingWalStats));
123 
124  return false;
125 }
#define MemSet(start, val, len)
Definition: c.h:1004
WalUsage pgWalUsage
Definition: instrument.c:22
void WalUsageAccumDiff(WalUsage *dst, const WalUsage *add, const WalUsage *sub)
Definition: instrument.c:280
#define WALSTAT_ACC(fld)
PgStat_WalStats PendingWalStats
Definition: pgstat_wal.c:24
bool pgstat_have_pending_wal(void)
Definition: pgstat_wal.c:146
static WalUsage prevWalUsage
Definition: pgstat_wal.c:32
PgStatShared_Wal wal
uint64 wal_bytes
Definition: pgstat.h:429
PgStat_Counter wal_fpi
Definition: pgstat.h:428
PgStat_Counter wal_records
Definition: pgstat.h:427
uint64 wal_bytes
Definition: instrument.h:53
int64 wal_fpi
Definition: instrument.h:52
int64 wal_records
Definition: instrument.h:51

References Assert(), PgStat_ShmemControl::is_shutdown, IsPostmasterEnvironment, IsUnderPostmaster, PgStatShared_Wal::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockConditionalAcquire(), LWLockRelease(), MemSet, PendingWalStats, pgstat_have_pending_wal(), pgStatLocal, pgWalUsage, prevWalUsage, PgStat_LocalState::shmem, PgStat_ShmemControl::wal, WalUsage::wal_bytes, PgStat_WalStats::wal_bytes, WalUsage::wal_fpi, PgStat_WalStats::wal_fpi, WalUsage::wal_records, PgStat_WalStats::wal_records, WALSTAT_ACC, and WalUsageAccumDiff().

Referenced by pgstat_report_stat(), and pgstat_report_wal().

◆ pgstat_function_flush_cb()

bool pgstat_function_flush_cb ( PgStat_EntryRef entry_ref,
bool  nowait 
)

Definition at line 193 of file pgstat_function.c.

194 {
195  PgStat_FunctionCounts *localent;
196  PgStatShared_Function *shfuncent;
197 
198  localent = (PgStat_FunctionCounts *) entry_ref->pending;
199  shfuncent = (PgStatShared_Function *) entry_ref->shared_stats;
200 
201  /* localent always has non-zero content */
202 
203  if (!pgstat_lock_entry(entry_ref, nowait))
204  return false;
205 
206  shfuncent->stats.numcalls += localent->numcalls;
207  shfuncent->stats.total_time +=
209  shfuncent->stats.self_time +=
211 
212  pgstat_unlock_entry(entry_ref);
213 
214  return true;
215 }
#define INSTR_TIME_GET_MICROSEC(t)
Definition: instr_time.h:194
PgStat_StatFuncEntry stats
PgStat_Counter numcalls
Definition: pgstat.h:109
instr_time total_time
Definition: pgstat.h:110
instr_time self_time
Definition: pgstat.h:111
PgStat_Counter self_time
Definition: pgstat.h:358
PgStat_Counter numcalls
Definition: pgstat.h:355
PgStat_Counter total_time
Definition: pgstat.h:357

References INSTR_TIME_GET_MICROSEC, PgStat_FunctionCounts::numcalls, PgStat_StatFuncEntry::numcalls, PgStat_EntryRef::pending, pgstat_lock_entry(), pgstat_unlock_entry(), PgStat_FunctionCounts::self_time, PgStat_StatFuncEntry::self_time, PgStat_EntryRef::shared_stats, PgStatShared_Function::stats, PgStat_FunctionCounts::total_time, and PgStat_StatFuncEntry::total_time.

◆ pgstat_get_entry_data()

static void * pgstat_get_entry_data ( PgStat_Kind  kind,
PgStatShared_Common entry 
)
inlinestatic

Definition at line 805 of file pgstat_internal.h.

806 {
807  size_t off = pgstat_get_kind_info(kind)->shared_data_off;
808 
809  Assert(off != 0 && off < PG_UINT32_MAX);
810 
811  return ((char *) (entry)) + off;
812 }
#define PG_UINT32_MAX
Definition: c.h:574
const PgStat_KindInfo * pgstat_get_kind_info(PgStat_Kind kind)
Definition: pgstat.c:1235

References Assert(), PG_UINT32_MAX, pgstat_get_kind_info(), and PgStat_KindInfo::shared_data_off.

Referenced by pgstat_build_snapshot(), pgstat_fetch_entry(), pgstat_read_statsfile(), pgstat_reinit_entry(), pgstat_write_statsfile(), and shared_stat_reset_contents().

◆ pgstat_get_entry_len()

static size_t pgstat_get_entry_len ( PgStat_Kind  kind)
inlinestatic

◆ pgstat_get_entry_ref()

PgStat_EntryRef* pgstat_get_entry_ref ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid,
bool  create,
bool created_entry 
)

Definition at line 397 of file pgstat_shmem.c.

399 {
400  PgStat_HashKey key = {.kind = kind,.dboid = dboid,.objoid = objoid};
401  PgStatShared_HashEntry *shhashent;
402  PgStatShared_Common *shheader = NULL;
403  PgStat_EntryRef *entry_ref;
404 
405  /*
406  * passing in created_entry only makes sense if we possibly could create
407  * entry.
408  */
409  Assert(create || created_entry == NULL);
411  Assert(pgStatLocal.shared_hash != NULL);
413 
416 
417  if (created_entry != NULL)
418  *created_entry = false;
419 
420  /*
421  * Check if other backends dropped stats that could not be deleted because
422  * somebody held references to it. If so, check this backend's references.
423  * This is not expected to happen often. The location of the check is a
424  * bit random, but this is a relatively frequently called path, so better
425  * than most.
426  */
429 
430  /*
431  * First check the lookup cache hashtable in local memory. If we find a
432  * match here we can avoid taking locks / causing contention.
433  */
434  if (pgstat_get_entry_ref_cached(key, &entry_ref))
435  return entry_ref;
436 
437  Assert(entry_ref != NULL);
438 
439  /*
440  * Do a lookup in the hash table first - it's quite likely that the entry
441  * already exists, and that way we only need a shared lock.
442  */
443  shhashent = dshash_find(pgStatLocal.shared_hash, &key, false);
444 
445  if (create && !shhashent)
446  {
447  bool shfound;
448 
449  /*
450  * It's possible that somebody created the entry since the above
451  * lookup. If so, fall through to the same path as if we'd have if it
452  * already had been created before the dshash_find() calls.
453  */
454  shhashent = dshash_find_or_insert(pgStatLocal.shared_hash, &key, &shfound);
455  if (!shfound)
456  {
457  shheader = pgstat_init_entry(kind, shhashent);
458  pgstat_acquire_entry_ref(entry_ref, shhashent, shheader);
459 
460  if (created_entry != NULL)
461  *created_entry = true;
462 
463  return entry_ref;
464  }
465  }
466 
467  if (!shhashent)
468  {
469  /*
470  * If we're not creating, delete the reference again. In all
471  * likelihood it's just a stats lookup - no point wasting memory for a
472  * shared ref to nothing...
473  */
474  pgstat_release_entry_ref(key, entry_ref, false);
475 
476  return NULL;
477  }
478  else
479  {
480  /*
481  * Can get here either because dshash_find() found a match, or if
482  * dshash_find_or_insert() found a concurrently inserted entry.
483  */
484 
485  if (shhashent->dropped && create)
486  {
487  /*
488  * There are legitimate cases where the old stats entry might not
489  * yet have been dropped by the time it's reused. The most obvious
490  * case are replication slot stats, where a new slot can be
491  * created with the same index just after dropping. But oid
492  * wraparound can lead to other cases as well. We just reset the
493  * stats to their plain state.
494  */
495  shheader = pgstat_reinit_entry(kind, shhashent);
496  pgstat_acquire_entry_ref(entry_ref, shhashent, shheader);
497 
498  if (created_entry != NULL)
499  *created_entry = true;
500 
501  return entry_ref;
502  }
503  else if (shhashent->dropped)
504  {
506  pgstat_release_entry_ref(key, entry_ref, false);
507 
508  return NULL;
509  }
510  else
511  {
512  shheader = dsa_get_address(pgStatLocal.dsa, shhashent->body);
513  pgstat_acquire_entry_ref(entry_ref, shhashent, shheader);
514 
515  return entry_ref;
516  }
517  }
518 }
void * dsa_get_address(dsa_area *area, dsa_pointer dp)
Definition: dsa.c:944
void dshash_release_lock(dshash_table *hash_table, void *entry)
Definition: dshash.c:558
void * dshash_find_or_insert(dshash_table *hash_table, const void *key, bool *found)
Definition: dshash.c:433
#define pgstat_assert_is_up()
static void pgstat_setup_memcxt(void)
Definition: pgstat_shmem.c:995
PgStatShared_Common * pgstat_init_entry(PgStat_Kind kind, PgStatShared_HashEntry *shhashent)
Definition: pgstat_shmem.c:258
static void pgstat_setup_shared_refs(void)
Definition: pgstat_shmem.c:306
static PgStatShared_Common * pgstat_reinit_entry(PgStat_Kind kind, PgStatShared_HashEntry *shhashent)
Definition: pgstat_shmem.c:287
static void pgstat_acquire_entry_ref(PgStat_EntryRef *entry_ref, PgStatShared_HashEntry *shhashent, PgStatShared_Common *shheader)
Definition: pgstat_shmem.c:322
static bool pgstat_get_entry_ref_cached(PgStat_HashKey key, PgStat_EntryRef **entry_ref_p)
Definition: pgstat_shmem.c:341
static void pgstat_gc_entry_refs(void)
Definition: pgstat_shmem.c:650
static bool pgstat_need_entry_refs_gc(void)
Definition: pgstat_shmem.c:634

References Assert(), PgStatShared_HashEntry::body, PgStatShared_HashEntry::dropped, PgStat_LocalState::dsa, dsa_get_address(), dshash_find(), dshash_find_or_insert(), dshash_release_lock(), PgStat_ShmemControl::is_shutdown, sort-test::key, pgstat_acquire_entry_ref(), pgstat_assert_is_up, pgstat_gc_entry_refs(), pgstat_get_entry_ref_cached(), pgstat_init_entry(), pgstat_need_entry_refs_gc(), pgstat_reinit_entry(), pgstat_release_entry_ref(), pgstat_setup_memcxt(), pgstat_setup_shared_refs(), pgStatLocal, PgStat_LocalState::shared_hash, and PgStat_LocalState::shmem.

Referenced by pgstat_acquire_replslot(), pgstat_create_subscription(), pgstat_create_transactional(), pgstat_fetch_entry(), pgstat_fetch_pending_entry(), pgstat_get_entry_ref_locked(), pgstat_have_entry(), pgstat_prep_pending_entry(), and pgstat_reset_entry().

◆ pgstat_get_entry_ref_locked()

PgStat_EntryRef* pgstat_get_entry_ref_locked ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid,
bool  nowait 
)

Definition at line 612 of file pgstat_shmem.c.

614 {
615  PgStat_EntryRef *entry_ref;
616 
617  /* find shared table stats entry corresponding to the local entry */
618  entry_ref = pgstat_get_entry_ref(kind, dboid, objoid, true, NULL);
619 
620  /* lock the shared entry to protect the content, skip if failed */
621  if (!pgstat_lock_entry(entry_ref, nowait))
622  return NULL;
623 
624  return entry_ref;
625 }

References pgstat_get_entry_ref(), and pgstat_lock_entry().

Referenced by pgstat_copy_relation_stats(), pgstat_create_replslot(), pgstat_report_analyze(), pgstat_report_autovac(), pgstat_report_checksum_failures_in_db(), pgstat_report_replslot(), pgstat_report_vacuum(), and pgstat_reset_database_timestamp().

◆ pgstat_get_kind_info()

◆ pgstat_get_xact_stack_level()

PgStat_SubXactStatus* pgstat_get_xact_stack_level ( int  nest_level)

Definition at line 237 of file pgstat_xact.c.

238 {
239  PgStat_SubXactStatus *xact_state;
240 
241  xact_state = pgStatXactStack;
242  if (xact_state == NULL || xact_state->nest_level != nest_level)
243  {
244  xact_state = (PgStat_SubXactStatus *)
246  sizeof(PgStat_SubXactStatus));
247  dclist_init(&xact_state->pending_drops);
248  xact_state->nest_level = nest_level;
249  xact_state->prev = pgStatXactStack;
250  xact_state->first = NULL;
251  pgStatXactStack = xact_state;
252  }
253  return xact_state;
254 }
static void dclist_init(dclist_head *head)
Definition: ilist.h:671
MemoryContext TopTransactionContext
Definition: mcxt.c:146
static PgStat_SubXactStatus * pgStatXactStack
Definition: pgstat_xact.c:34
struct PgStat_SubXactStatus * prev

References dclist_init(), PgStat_SubXactStatus::first, MemoryContextAlloc(), PgStat_SubXactStatus::nest_level, PgStat_SubXactStatus::pending_drops, pgStatXactStack, PgStat_SubXactStatus::prev, and TopTransactionContext.

Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat_DroppedStats(), AtEOSubXact_PgStat_Relations(), and create_drop_transactional_internal().

◆ pgstat_hash_hash_key()

static uint32 pgstat_hash_hash_key ( const void *  d,
size_t  size,
void *  arg 
)
inlinestatic

Definition at line 777 of file pgstat_internal.h.

778 {
779  const PgStat_HashKey *key = (PgStat_HashKey *) d;
780  uint32 hash;
781 
782  Assert(size == sizeof(PgStat_HashKey) && arg == NULL);
783 
784  hash = murmurhash32(key->kind);
785  hash = hash_combine(hash, murmurhash32(key->dboid));
786  hash = hash_combine(hash, murmurhash32(key->objoid));
787 
788  return hash;
789 }
static uint32 hash_combine(uint32 a, uint32 b)
Definition: hashfn.h:68
static uint32 murmurhash32(uint32 data)
Definition: hashfn.h:92
static unsigned hash(unsigned *uv, int n)
Definition: rege_dfa.c:715

References arg, Assert(), hash(), hash_combine(), sort-test::key, and murmurhash32().

◆ pgstat_have_pending_wal()

bool pgstat_have_pending_wal ( void  )

Definition at line 146 of file pgstat_wal.c.

147 {
149  PendingWalStats.wal_write != 0 ||
151 }
PgStat_Counter wal_write
Definition: pgstat.h:431
PgStat_Counter wal_sync
Definition: pgstat.h:432

References PendingWalStats, pgWalUsage, prevWalUsage, WalUsage::wal_records, PgStat_WalStats::wal_sync, and PgStat_WalStats::wal_write.

Referenced by pgstat_flush_wal(), and pgstat_report_stat().

◆ pgstat_init_entry()

PgStatShared_Common* pgstat_init_entry ( PgStat_Kind  kind,
PgStatShared_HashEntry shhashent 
)

Definition at line 258 of file pgstat_shmem.c.

260 {
261  /* Create new stats entry. */
262  dsa_pointer chunk;
263  PgStatShared_Common *shheader;
264 
265  /*
266  * Initialize refcount to 1, marking it as valid / not dropped. The entry
267  * can't be freed before the initialization because it can't be found as
268  * long as we hold the dshash partition lock. Caller needs to increase
269  * further if a longer lived reference is needed.
270  */
271  pg_atomic_init_u32(&shhashent->refcount, 1);
272  shhashent->dropped = false;
273 
274  chunk = dsa_allocate0(pgStatLocal.dsa, pgstat_get_kind_info(kind)->shared_size);
275  shheader = dsa_get_address(pgStatLocal.dsa, chunk);
276  shheader->magic = 0xdeadbeef;
277 
278  /* Link the new entry from the hash entry. */
279  shhashent->body = chunk;
280 
282 
283  return shheader;
284 }
static void pg_atomic_init_u32(volatile pg_atomic_uint32 *ptr, uint32 val)
Definition: atomics.h:218
#define dsa_allocate0(area, size)
Definition: dsa.h:88
uint64 dsa_pointer
Definition: dsa.h:62
void LWLockInitialize(LWLock *lock, int tranche_id)
Definition: lwlock.c:730
@ LWTRANCHE_PGSTATS_DATA
Definition: lwlock.h:206
pg_atomic_uint32 refcount

References PgStatShared_HashEntry::body, PgStatShared_HashEntry::dropped, PgStat_LocalState::dsa, dsa_allocate0, dsa_get_address(), PgStatShared_Common::lock, LWLockInitialize(), LWTRANCHE_PGSTATS_DATA, PgStatShared_Common::magic, pg_atomic_init_u32(), pgstat_get_kind_info(), pgStatLocal, and PgStatShared_HashEntry::refcount.

Referenced by pgstat_get_entry_ref(), and pgstat_read_statsfile().

◆ pgstat_init_wal()

void pgstat_init_wal ( void  )

Definition at line 128 of file pgstat_wal.c.

129 {
130  /*
131  * Initialize prevWalUsage with pgWalUsage so that pgstat_flush_wal() can
132  * calculate how much pgWalUsage counters are increased by subtracting
133  * prevWalUsage from pgWalUsage.
134  */
136 }

References pgWalUsage, and prevWalUsage.

Referenced by pgstat_initialize().

◆ pgstat_io_reset_all_cb()

void pgstat_io_reset_all_cb ( TimestampTz  ts)

Definition at line 168 of file pgstat_io.c.

169 {
170  for (int i = 0; i < BACKEND_NUM_TYPES; i++)
171  {
172  LWLock *bktype_lock = &pgStatLocal.shmem->io.locks[i];
173  PgStat_BktypeIO *bktype_shstats = &pgStatLocal.shmem->io.stats.stats[i];
174 
175  LWLockAcquire(bktype_lock, LW_EXCLUSIVE);
176 
177  /*
178  * Use the lock in the first BackendType's PgStat_BktypeIO to protect
179  * the reset timestamp as well.
180  */
181  if (i == 0)
183 
184  memset(bktype_shstats, 0, sizeof(*bktype_shstats));
185  LWLockRelease(bktype_lock);
186  }
187 }
int i
Definition: isn.c:73
#define BACKEND_NUM_TYPES
Definition: miscadmin.h:335
TimestampTz stat_reset_timestamp
Definition: pgstat.h:313

References BACKEND_NUM_TYPES, i, PgStat_ShmemControl::io, PgStatShared_IO::locks, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shmem, PgStat_IO::stat_reset_timestamp, PgStat_IO::stats, and PgStatShared_IO::stats.

◆ pgstat_io_snapshot_cb()

void pgstat_io_snapshot_cb ( void  )

Definition at line 190 of file pgstat_io.c.

191 {
192  for (int i = 0; i < BACKEND_NUM_TYPES; i++)
193  {
194  LWLock *bktype_lock = &pgStatLocal.shmem->io.locks[i];
195  PgStat_BktypeIO *bktype_shstats = &pgStatLocal.shmem->io.stats.stats[i];
196  PgStat_BktypeIO *bktype_snap = &pgStatLocal.snapshot.io.stats[i];
197 
198  LWLockAcquire(bktype_lock, LW_SHARED);
199 
200  /*
201  * Use the lock in the first BackendType's PgStat_BktypeIO to protect
202  * the reset timestamp as well.
203  */
204  if (i == 0)
207 
208  /* using struct assignment due to better type safety */
209  *bktype_snap = *bktype_shstats;
210  LWLockRelease(bktype_lock);
211  }
212 }

References BACKEND_NUM_TYPES, i, PgStat_ShmemControl::io, PgStat_Snapshot::io, PgStatShared_IO::locks, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shmem, PgStat_LocalState::snapshot, PgStat_IO::stat_reset_timestamp, PgStat_IO::stats, and PgStatShared_IO::stats.

◆ pgstat_lock_entry()

bool pgstat_lock_entry ( PgStat_EntryRef entry_ref,
bool  nowait 
)

◆ pgstat_lock_entry_shared()

bool pgstat_lock_entry_shared ( PgStat_EntryRef entry_ref,
bool  nowait 
)

Definition at line 591 of file pgstat_shmem.c.

592 {
593  LWLock *lock = &entry_ref->shared_stats->lock;
594 
595  if (nowait)
596  return LWLockConditionalAcquire(lock, LW_SHARED);
597 
598  LWLockAcquire(lock, LW_SHARED);
599  return true;
600 }

References PgStatShared_Common::lock, LW_SHARED, LWLockAcquire(), LWLockConditionalAcquire(), and PgStat_EntryRef::shared_stats.

Referenced by pgstat_fetch_entry().

◆ pgstat_prep_database_pending()

PgStat_StatDBEntry* pgstat_prep_database_pending ( Oid  dboid)

Definition at line 323 of file pgstat_database.c.

324 {
325  PgStat_EntryRef *entry_ref;
326 
328  NULL);
329 
330  return entry_ref->pending;
331 }
PgStat_EntryRef * pgstat_prep_pending_entry(PgStat_Kind kind, Oid dboid, Oid objoid, bool *created_entry)
Definition: pgstat.c:1077
#define InvalidOid
Definition: postgres_ext.h:36

References InvalidOid, PgStat_EntryRef::pending, PGSTAT_KIND_DATABASE, and pgstat_prep_pending_entry().

Referenced by pgstat_relation_flush_cb(), pgstat_report_connect(), pgstat_report_deadlock(), pgstat_report_disconnect(), pgstat_report_recovery_conflict(), pgstat_report_tempfile(), and pgstat_update_dbstats().

◆ pgstat_prep_pending_entry()

PgStat_EntryRef* pgstat_prep_pending_entry ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid,
bool created_entry 
)

Definition at line 1077 of file pgstat.c.

1078 {
1079  PgStat_EntryRef *entry_ref;
1080 
1081  /* need to be able to flush out */
1082  Assert(pgstat_get_kind_info(kind)->flush_pending_cb != NULL);
1083 
1085  {
1088  "PgStat Pending",
1090  }
1091 
1092  entry_ref = pgstat_get_entry_ref(kind, dboid, objoid,
1093  true, created_entry);
1094 
1095  if (entry_ref->pending == NULL)
1096  {
1097  size_t entrysize = pgstat_get_kind_info(kind)->pending_size;
1098 
1099  Assert(entrysize != (size_t) -1);
1100 
1101  entry_ref->pending = MemoryContextAllocZero(pgStatPendingContext, entrysize);
1103  }
1104 
1105  return entry_ref;
1106 }
#define unlikely(x)
Definition: c.h:295
static void dlist_push_tail(dlist_head *head, dlist_node *node)
Definition: ilist.h:364
void * MemoryContextAllocZero(MemoryContext context, Size size)
Definition: mcxt.c:1048
#define AllocSetContextCreate
Definition: memutils.h:129
#define ALLOCSET_SMALL_SIZES
Definition: memutils.h:163
static MemoryContext pgStatPendingContext
Definition: pgstat.c:213
static dlist_head pgStatPending
Definition: pgstat.c:221

References ALLOCSET_SMALL_SIZES, AllocSetContextCreate, Assert(), dlist_push_tail(), MemoryContextAllocZero(), PgStat_EntryRef::pending, PgStat_EntryRef::pending_node, PgStat_KindInfo::pending_size, pgstat_get_entry_ref(), pgstat_get_kind_info(), pgStatPending, pgStatPendingContext, TopMemoryContext, and unlikely.

Referenced by pgstat_init_function_usage(), pgstat_prep_database_pending(), pgstat_prep_relation_pending(), and pgstat_report_subscription_error().

◆ pgstat_relation_delete_pending_cb()

void pgstat_relation_delete_pending_cb ( PgStat_EntryRef entry_ref)

Definition at line 854 of file pgstat_relation.c.

855 {
856  PgStat_TableStatus *pending = (PgStat_TableStatus *) entry_ref->pending;
857 
858  if (pending->relation)
860 }
if(TABLE==NULL||TABLE_index==NULL)
Definition: isn.c:77
void pgstat_unlink_relation(Relation rel)
Relation relation
Definition: pgstat.h:203

References if(), PgStat_EntryRef::pending, pgstat_unlink_relation(), and PgStat_TableStatus::relation.

◆ pgstat_relation_flush_cb()

bool pgstat_relation_flush_cb ( PgStat_EntryRef entry_ref,
bool  nowait 
)

Definition at line 771 of file pgstat_relation.c.

772 {
773  static const PgStat_TableCounts all_zeroes;
774  Oid dboid;
775  PgStat_TableStatus *lstats; /* pending stats entry */
776  PgStatShared_Relation *shtabstats;
777  PgStat_StatTabEntry *tabentry; /* table entry of shared stats */
778  PgStat_StatDBEntry *dbentry; /* pending database entry */
779 
780  dboid = entry_ref->shared_entry->key.dboid;
781  lstats = (PgStat_TableStatus *) entry_ref->pending;
782  shtabstats = (PgStatShared_Relation *) entry_ref->shared_stats;
783 
784  /*
785  * Ignore entries that didn't accumulate any actual counts, such as
786  * indexes that were opened by the planner but not used.
787  */
788  if (memcmp(&lstats->counts, &all_zeroes,
789  sizeof(PgStat_TableCounts)) == 0)
790  {
791  return true;
792  }
793 
794  if (!pgstat_lock_entry(entry_ref, nowait))
795  return false;
796 
797  /* add the values to the shared entry. */
798  tabentry = &shtabstats->stats;
799 
800  tabentry->numscans += lstats->counts.numscans;
801  if (lstats->counts.numscans)
802  {
804 
805  if (t > tabentry->lastscan)
806  tabentry->lastscan = t;
807  }
808  tabentry->tuples_returned += lstats->counts.tuples_returned;
809  tabentry->tuples_fetched += lstats->counts.tuples_fetched;
810  tabentry->tuples_inserted += lstats->counts.tuples_inserted;
811  tabentry->tuples_updated += lstats->counts.tuples_updated;
812  tabentry->tuples_deleted += lstats->counts.tuples_deleted;
813  tabentry->tuples_hot_updated += lstats->counts.tuples_hot_updated;
815 
816  /*
817  * If table was truncated/dropped, first reset the live/dead counters.
818  */
819  if (lstats->counts.truncdropped)
820  {
821  tabentry->live_tuples = 0;
822  tabentry->dead_tuples = 0;
823  tabentry->ins_since_vacuum = 0;
824  }
825 
826  tabentry->live_tuples += lstats->counts.delta_live_tuples;
827  tabentry->dead_tuples += lstats->counts.delta_dead_tuples;
828  tabentry->mod_since_analyze += lstats->counts.changed_tuples;
829  tabentry->ins_since_vacuum += lstats->counts.tuples_inserted;
830  tabentry->blocks_fetched += lstats->counts.blocks_fetched;
831  tabentry->blocks_hit += lstats->counts.blocks_hit;
832 
833  /* Clamp live_tuples in case of negative delta_live_tuples */
834  tabentry->live_tuples = Max(tabentry->live_tuples, 0);
835  /* Likewise for dead_tuples */
836  tabentry->dead_tuples = Max(tabentry->dead_tuples, 0);
837 
838  pgstat_unlock_entry(entry_ref);
839 
840  /* The entry was successfully flushed, add the same to database stats */
841  dbentry = pgstat_prep_database_pending(dboid);
842  dbentry->tuples_returned += lstats->counts.tuples_returned;
843  dbentry->tuples_fetched += lstats->counts.tuples_fetched;
844  dbentry->tuples_inserted += lstats->counts.tuples_inserted;
845  dbentry->tuples_updated += lstats->counts.tuples_updated;
846  dbentry->tuples_deleted += lstats->counts.tuples_deleted;
847  dbentry->blocks_fetched += lstats->counts.blocks_fetched;
848  dbentry->blocks_hit += lstats->counts.blocks_hit;
849 
850  return true;
851 }
#define Max(x, y)
Definition: c.h:982
int64 TimestampTz
Definition: timestamp.h:39
PgStat_StatDBEntry * pgstat_prep_database_pending(Oid dboid)
unsigned int Oid
Definition: postgres_ext.h:31
PgStat_StatTabEntry stats
PgStat_Counter tuples_updated
Definition: pgstat.h:327
PgStat_Counter tuples_inserted
Definition: pgstat.h:326
PgStat_Counter tuples_returned
Definition: pgstat.h:324
PgStat_Counter blocks_hit
Definition: pgstat.h:323
PgStat_Counter blocks_fetched
Definition: pgstat.h:322
PgStat_Counter tuples_deleted
Definition: pgstat.h:328
PgStat_Counter tuples_fetched
Definition: pgstat.h:325
PgStat_Counter tuples_fetched
Definition: pgstat.h:399
PgStat_Counter ins_since_vacuum
Definition: pgstat.h:410
PgStat_Counter blocks_hit
Definition: pgstat.h:413
PgStat_Counter mod_since_analyze
Definition: pgstat.h:409
PgStat_Counter tuples_deleted
Definition: pgstat.h:403
PgStat_Counter tuples_hot_updated
Definition: pgstat.h:404
PgStat_Counter tuples_updated
Definition: pgstat.h:402
PgStat_Counter live_tuples
Definition: pgstat.h:407
PgStat_Counter numscans
Definition: pgstat.h:395
PgStat_Counter dead_tuples
Definition: pgstat.h:408
PgStat_Counter blocks_fetched
Definition: pgstat.h:412
PgStat_Counter tuples_returned
Definition: pgstat.h:398
TimestampTz lastscan
Definition: pgstat.h:396
PgStat_Counter tuples_inserted
Definition: pgstat.h:401
PgStat_Counter tuples_newpage_updated
Definition: pgstat.h:405
PgStat_Counter blocks_hit
Definition: pgstat.h:179
PgStat_Counter numscans
Definition: pgstat.h:162
PgStat_Counter tuples_hot_updated
Definition: pgstat.h:170
PgStat_Counter tuples_returned
Definition: pgstat.h:164
PgStat_Counter blocks_fetched
Definition: pgstat.h:178
PgStat_Counter tuples_fetched
Definition: pgstat.h:165
PgStat_Counter tuples_newpage_updated
Definition: pgstat.h:171
TimestampTz GetCurrentTransactionStopTimestamp(void)
Definition: xact.c:876

References PgStat_TableCounts::blocks_fetched, PgStat_StatDBEntry::blocks_fetched, PgStat_StatTabEntry::blocks_fetched, PgStat_TableCounts::blocks_hit, PgStat_StatDBEntry::blocks_hit, PgStat_StatTabEntry::blocks_hit, PgStat_TableCounts::changed_tuples, PgStat_TableStatus::counts, PgStat_HashKey::dboid, PgStat_StatTabEntry::dead_tuples, PgStat_TableCounts::delta_dead_tuples, PgStat_TableCounts::delta_live_tuples, GetCurrentTransactionStopTimestamp(), PgStat_StatTabEntry::ins_since_vacuum, PgStatShared_HashEntry::key, PgStat_StatTabEntry::lastscan, PgStat_StatTabEntry::live_tuples, Max, PgStat_StatTabEntry::mod_since_analyze, PgStat_TableCounts::numscans, PgStat_StatTabEntry::numscans, PgStat_EntryRef::pending, pgstat_lock_entry(), pgstat_prep_database_pending(), pgstat_unlock_entry(), PgStat_EntryRef::shared_entry, PgStat_EntryRef::shared_stats, PgStatShared_Relation::stats, PgStat_TableCounts::truncdropped, PgStat_TableCounts::tuples_deleted, PgStat_StatDBEntry::tuples_deleted, PgStat_StatTabEntry::tuples_deleted, PgStat_TableCounts::tuples_fetched, PgStat_StatDBEntry::tuples_fetched, PgStat_StatTabEntry::tuples_fetched, PgStat_TableCounts::tuples_hot_updated, PgStat_StatTabEntry::tuples_hot_updated, PgStat_TableCounts::tuples_inserted, PgStat_StatDBEntry::tuples_inserted, PgStat_StatTabEntry::tuples_inserted, PgStat_TableCounts::tuples_newpage_updated, PgStat_StatTabEntry::tuples_newpage_updated, PgStat_TableCounts::tuples_returned, PgStat_StatDBEntry::tuples_returned, PgStat_StatTabEntry::tuples_returned, PgStat_TableCounts::tuples_updated, PgStat_StatDBEntry::tuples_updated, and PgStat_StatTabEntry::tuples_updated.

◆ pgstat_replslot_from_serialized_name_cb()

bool pgstat_replslot_from_serialized_name_cb ( const NameData name,
PgStat_HashKey key 
)

Definition at line 190 of file pgstat_replslot.c.

191 {
193 
194  /* slot might have been deleted */
195  if (idx == -1)
196  return false;
197 
198  key->kind = PGSTAT_KIND_REPLSLOT;
199  key->dboid = InvalidOid;
200  key->objoid = idx;
201 
202  return true;
203 }
Datum idx(PG_FUNCTION_ARGS)
Definition: _int_op.c:259
#define NameStr(name)
Definition: c.h:730
@ PGSTAT_KIND_REPLSLOT
Definition: pgstat.h:44
static int get_replslot_index(const char *name)

References get_replslot_index(), idx(), InvalidOid, sort-test::key, name, NameStr, and PGSTAT_KIND_REPLSLOT.

◆ pgstat_replslot_reset_timestamp_cb()

void pgstat_replslot_reset_timestamp_cb ( PgStatShared_Common header,
TimestampTz  ts 
)

Definition at line 206 of file pgstat_replslot.c.

207 {
208  ((PgStatShared_ReplSlot *) header)->stats.stat_reset_timestamp = ts;
209 }

References header().

◆ pgstat_replslot_to_serialized_name_cb()

void pgstat_replslot_to_serialized_name_cb ( const PgStat_HashKey key,
const PgStatShared_Common header,
NameData name 
)

Definition at line 177 of file pgstat_replslot.c.

178 {
179  /*
180  * This is only called late during shutdown. The set of existing slots
181  * isn't allowed to change at this point, we can assume that a slot exists
182  * at the offset.
183  */
184  if (!ReplicationSlotName(key->objoid, name))
185  elog(ERROR, "could not find name for replication slot index %u",
186  key->objoid);
187 }
#define ERROR
Definition: elog.h:39
bool ReplicationSlotName(int index, Name name)
Definition: slot.c:423

References elog(), ERROR, sort-test::key, name, and ReplicationSlotName().

◆ pgstat_report_disconnect()

void pgstat_report_disconnect ( Oid  dboid)

Definition at line 205 of file pgstat_database.c.

206 {
207  PgStat_StatDBEntry *dbentry;
208 
210  return;
211 
213 
214  switch (pgStatSessionEndCause)
215  {
216  case DISCONNECT_NOT_YET:
217  case DISCONNECT_NORMAL:
218  /* we don't collect these */
219  break;
221  dbentry->sessions_abandoned++;
222  break;
223  case DISCONNECT_FATAL:
224  dbentry->sessions_fatal++;
225  break;
226  case DISCONNECT_KILLED:
227  dbentry->sessions_killed++;
228  break;
229  }
230 }
Oid MyDatabaseId
Definition: globals.c:89
@ DISCONNECT_NOT_YET
Definition: pgstat.h:78
@ DISCONNECT_FATAL
Definition: pgstat.h:81
@ DISCONNECT_KILLED
Definition: pgstat.h:82
@ DISCONNECT_CLIENT_EOF
Definition: pgstat.h:80
@ DISCONNECT_NORMAL
Definition: pgstat.h:79
static bool pgstat_should_report_connstat(void)
SessionEndType pgStatSessionEndCause
PgStat_Counter sessions_fatal
Definition: pgstat.h:347
PgStat_Counter sessions_abandoned
Definition: pgstat.h:346
PgStat_Counter sessions_killed
Definition: pgstat.h:348

References DISCONNECT_CLIENT_EOF, DISCONNECT_FATAL, DISCONNECT_KILLED, DISCONNECT_NORMAL, DISCONNECT_NOT_YET, MyDatabaseId, pgstat_prep_database_pending(), pgstat_should_report_connstat(), pgStatSessionEndCause, PgStat_StatDBEntry::sessions_abandoned, PgStat_StatDBEntry::sessions_fatal, and PgStat_StatDBEntry::sessions_killed.

Referenced by pgstat_shutdown_hook().

◆ pgstat_request_entry_refs_gc()

void pgstat_request_entry_refs_gc ( void  )

◆ pgstat_reset_database_timestamp()

void pgstat_reset_database_timestamp ( Oid  dboid,
TimestampTz  ts 
)

Definition at line 338 of file pgstat_database.c.

339 {
340  PgStat_EntryRef *dbref;
341  PgStatShared_Database *dbentry;
342 
344  false);
345 
346  dbentry = (PgStatShared_Database *) dbref->shared_stats;
347  dbentry->stats.stat_reset_timestamp = ts;
348 
349  pgstat_unlock_entry(dbref);
350 }
PgStat_EntryRef * pgstat_get_entry_ref_locked(PgStat_Kind kind, Oid dboid, Oid objoid, bool nowait)
Definition: pgstat_shmem.c:612
PgStat_StatDBEntry stats
TimestampTz stat_reset_timestamp
Definition: pgstat.h:350

References InvalidOid, MyDatabaseId, pgstat_get_entry_ref_locked(), PGSTAT_KIND_DATABASE, pgstat_unlock_entry(), PgStat_EntryRef::shared_stats, PgStat_StatDBEntry::stat_reset_timestamp, and PgStatShared_Database::stats.

Referenced by pgstat_reset().

◆ pgstat_reset_entries_of_kind()

void pgstat_reset_entries_of_kind ( PgStat_Kind  kind,
TimestampTz  ts 
)

Definition at line 989 of file pgstat_shmem.c.

990 {
992 }
static bool match_kind(PgStatShared_HashEntry *p, Datum match_data)
Definition: pgstat_shmem.c:983
void pgstat_reset_matching_entries(bool(*do_reset)(PgStatShared_HashEntry *, Datum), Datum match_data, TimestampTz ts)
Definition: pgstat_shmem.c:953
static Datum Int32GetDatum(int32 X)
Definition: postgres.h:212

References Int32GetDatum(), match_kind(), and pgstat_reset_matching_entries().

Referenced by pgstat_reset_of_kind().

◆ pgstat_reset_entry()

void pgstat_reset_entry ( PgStat_Kind  kind,
Oid  dboid,
Oid  objoid,
TimestampTz  ts 
)

Definition at line 933 of file pgstat_shmem.c.

934 {
935  PgStat_EntryRef *entry_ref;
936 
937  Assert(!pgstat_get_kind_info(kind)->fixed_amount);
938 
939  entry_ref = pgstat_get_entry_ref(kind, dboid, objoid, false, NULL);
940  if (!entry_ref || entry_ref->shared_entry->dropped)
941  return;
942 
943  (void) pgstat_lock_entry(entry_ref, false);
944  shared_stat_reset_contents(kind, entry_ref->shared_stats, ts);
945  pgstat_unlock_entry(entry_ref);
946 }
static void shared_stat_reset_contents(PgStat_Kind kind, PgStatShared_Common *header, TimestampTz ts)
Definition: pgstat_shmem.c:917

References Assert(), PgStatShared_HashEntry::dropped, pgstat_get_entry_ref(), pgstat_get_kind_info(), pgstat_lock_entry(), pgstat_unlock_entry(), PgStat_EntryRef::shared_entry, shared_stat_reset_contents(), and PgStat_EntryRef::shared_stats.

Referenced by pgstat_create_subscription(), and pgstat_reset().

◆ pgstat_reset_matching_entries()

void pgstat_reset_matching_entries ( bool(*)(PgStatShared_HashEntry *, Datum do_reset,
Datum  match_data,
TimestampTz  ts 
)

Definition at line 953 of file pgstat_shmem.c.

955 {
956  dshash_seq_status hstat;
958 
959  /* dshash entry is not modified, take shared lock */
960  dshash_seq_init(&hstat, pgStatLocal.shared_hash, false);
961  while ((p = dshash_seq_next(&hstat)) != NULL)
962  {
964 
965  if (p->dropped)
966  continue;
967 
968  if (!do_reset(p, match_data))
969  continue;
970 
972 
974 
976 
977  LWLockRelease(&header->lock);
978  }
979  dshash_seq_term(&hstat);
980 }

References PgStatShared_HashEntry::body, PgStatShared_HashEntry::dropped, PgStat_LocalState::dsa, dsa_get_address(), dshash_seq_init(), dshash_seq_next(), dshash_seq_term(), header(), PgStatShared_HashEntry::key, PgStat_HashKey::kind, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shared_hash, and shared_stat_reset_contents().

Referenced by pgstat_reset_counters(), and pgstat_reset_entries_of_kind().

◆ pgstat_slru_flush()

bool pgstat_slru_flush ( bool  nowait)

Definition at line 156 of file pgstat_slru.c.

157 {
158  PgStatShared_SLRU *stats_shmem = &pgStatLocal.shmem->slru;
159  int i;
160 
161  if (!have_slrustats)
162  return false;
163 
164  if (!nowait)
165  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
166  else if (!LWLockConditionalAcquire(&stats_shmem->lock, LW_EXCLUSIVE))
167  return true;
168 
169  for (i = 0; i < SLRU_NUM_ELEMENTS; i++)
170  {
171  PgStat_SLRUStats *sharedent = &stats_shmem->stats[i];
172  PgStat_SLRUStats *pendingent = &pending_SLRUStats[i];
173 
174 #define SLRU_ACC(fld) sharedent->fld += pendingent->fld
175  SLRU_ACC(blocks_zeroed);
176  SLRU_ACC(blocks_hit);
177  SLRU_ACC(blocks_read);
179  SLRU_ACC(blocks_exists);
180  SLRU_ACC(flush);
181  SLRU_ACC(truncate);
182 #undef SLRU_ACC
183  }
184 
185  /* done, clear the pending entry */
187 
188  LWLockRelease(&stats_shmem->lock);
189 
190  have_slrustats = false;
191 
192  return false;
193 }
static int64 blocks_written
Definition: pg_checksums.c:39
#define SLRU_NUM_ELEMENTS
bool have_slrustats
Definition: pgstat_slru.c:35
static PgStat_SLRUStats pending_SLRUStats[SLRU_NUM_ELEMENTS]
Definition: pgstat_slru.c:34
#define SLRU_ACC(fld)
PgStat_SLRUStats stats[SLRU_NUM_ELEMENTS]
PgStatShared_SLRU slru

References blocks_written, have_slrustats, i, PgStatShared_SLRU::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockConditionalAcquire(), LWLockRelease(), MemSet, pending_SLRUStats, pgStatLocal, PgStat_LocalState::shmem, PgStat_ShmemControl::slru, SLRU_ACC, SLRU_NUM_ELEMENTS, and PgStatShared_SLRU::stats.

Referenced by pgstat_report_stat().

◆ pgstat_slru_reset_all_cb()

void pgstat_slru_reset_all_cb ( TimestampTz  ts)

Definition at line 196 of file pgstat_slru.c.

197 {
198  for (int i = 0; i < SLRU_NUM_ELEMENTS; i++)
200 }
static void pgstat_reset_slru_counter_internal(int index, TimestampTz ts)
Definition: pgstat_slru.c:238

References i, pgstat_reset_slru_counter_internal(), and SLRU_NUM_ELEMENTS.

◆ pgstat_slru_snapshot_cb()

void pgstat_slru_snapshot_cb ( void  )

Definition at line 203 of file pgstat_slru.c.

204 {
205  PgStatShared_SLRU *stats_shmem = &pgStatLocal.shmem->slru;
206 
207  LWLockAcquire(&stats_shmem->lock, LW_SHARED);
208 
209  memcpy(pgStatLocal.snapshot.slru, &stats_shmem->stats,
210  sizeof(stats_shmem->stats));
211 
212  LWLockRelease(&stats_shmem->lock);
213 }
PgStat_SLRUStats slru[SLRU_NUM_ELEMENTS]

References PgStatShared_SLRU::lock, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shmem, PgStat_ShmemControl::slru, PgStat_Snapshot::slru, PgStat_LocalState::snapshot, and PgStatShared_SLRU::stats.

◆ pgstat_snapshot_fixed()

◆ pgstat_subscription_flush_cb()

bool pgstat_subscription_flush_cb ( PgStat_EntryRef entry_ref,
bool  nowait 
)

Definition at line 88 of file pgstat_subscription.c.

89 {
90  PgStat_BackendSubEntry *localent;
91  PgStatShared_Subscription *shsubent;
92 
93  localent = (PgStat_BackendSubEntry *) entry_ref->pending;
94  shsubent = (PgStatShared_Subscription *) entry_ref->shared_stats;
95 
96  /* localent always has non-zero content */
97 
98  if (!pgstat_lock_entry(entry_ref, nowait))
99  return false;
100 
101 #define SUB_ACC(fld) shsubent->stats.fld += localent->fld
102  SUB_ACC(apply_error_count);
103  SUB_ACC(sync_error_count);
104 #undef SUB_ACC
105 
106  pgstat_unlock_entry(entry_ref);
107  return true;
108 }
#define SUB_ACC(fld)

References PgStat_EntryRef::pending, pgstat_lock_entry(), pgstat_unlock_entry(), PgStat_EntryRef::shared_stats, and SUB_ACC.

◆ pgstat_subscription_reset_timestamp_cb()

void pgstat_subscription_reset_timestamp_cb ( PgStatShared_Common header,
TimestampTz  ts 
)

Definition at line 111 of file pgstat_subscription.c.

112 {
113  ((PgStatShared_Subscription *) header)->stats.stat_reset_timestamp = ts;
114 }

References header().

◆ pgstat_unlock_entry()

◆ pgstat_update_dbstats()

void pgstat_update_dbstats ( TimestampTz  ts)

Definition at line 267 of file pgstat_database.c.

268 {
269  PgStat_StatDBEntry *dbentry;
270 
272 
273  /*
274  * Accumulate xact commit/rollback and I/O timings to stats entry of the
275  * current database.
276  */
277  dbentry->xact_commit += pgStatXactCommit;
278  dbentry->xact_rollback += pgStatXactRollback;
281 
283  {
284  long secs;
285  int usecs;
286 
287  /*
288  * pgLastSessionReportTime is initialized to MyStartTimestamp by
289  * pgstat_report_connect().
290  */
291  TimestampDifference(pgLastSessionReportTime, ts, &secs, &usecs);
293  dbentry->session_time += (PgStat_Counter) secs * 1000000 + usecs;
294  dbentry->active_time += pgStatActiveTime;
296  }
297 
298  pgStatXactCommit = 0;
299  pgStatXactRollback = 0;
302  pgStatActiveTime = 0;
304 }
void TimestampDifference(TimestampTz start_time, TimestampTz stop_time, long *secs, int *microsecs)
Definition: timestamp.c:1667
int64 PgStat_Counter
Definition: pgstat.h:89
PgStat_Counter pgStatActiveTime
PgStat_Counter pgStatBlockReadTime
PgStat_Counter pgStatBlockWriteTime
static PgStat_Counter pgLastSessionReportTime
PgStat_Counter pgStatTransactionIdleTime
PgStat_Counter blk_write_time
Definition: pgstat.h:341
PgStat_Counter xact_rollback
Definition: pgstat.h:321
PgStat_Counter blk_read_time
Definition: pgstat.h:340
PgStat_Counter xact_commit
Definition: pgstat.h:320
PgStat_Counter session_time
Definition: pgstat.h:343
PgStat_Counter active_time
Definition: pgstat.h:344
PgStat_Counter idle_in_transaction_time
Definition: pgstat.h:345

References PgStat_StatDBEntry::active_time, PgStat_StatDBEntry::blk_read_time, PgStat_StatDBEntry::blk_write_time, PgStat_StatDBEntry::idle_in_transaction_time, MyDatabaseId, pgLastSessionReportTime, pgstat_prep_database_pending(), pgstat_should_report_connstat(), pgStatActiveTime, pgStatBlockReadTime, pgStatBlockWriteTime, pgStatTransactionIdleTime, pgStatXactCommit, pgStatXactRollback, PgStat_StatDBEntry::session_time, TimestampDifference(), PgStat_StatDBEntry::xact_commit, and PgStat_StatDBEntry::xact_rollback.

Referenced by pgstat_report_stat().

◆ pgstat_wal_reset_all_cb()

void pgstat_wal_reset_all_cb ( TimestampTz  ts)

Definition at line 154 of file pgstat_wal.c.

155 {
156  PgStatShared_Wal *stats_shmem = &pgStatLocal.shmem->wal;
157 
158  LWLockAcquire(&stats_shmem->lock, LW_EXCLUSIVE);
159  memset(&stats_shmem->stats, 0, sizeof(stats_shmem->stats));
160  stats_shmem->stats.stat_reset_timestamp = ts;
161  LWLockRelease(&stats_shmem->lock);
162 }
PgStat_WalStats stats
TimestampTz stat_reset_timestamp
Definition: pgstat.h:435

References PgStatShared_Wal::lock, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shmem, PgStat_WalStats::stat_reset_timestamp, PgStatShared_Wal::stats, and PgStat_ShmemControl::wal.

◆ pgstat_wal_snapshot_cb()

void pgstat_wal_snapshot_cb ( void  )

Definition at line 165 of file pgstat_wal.c.

166 {
167  PgStatShared_Wal *stats_shmem = &pgStatLocal.shmem->wal;
168 
169  LWLockAcquire(&stats_shmem->lock, LW_SHARED);
170  memcpy(&pgStatLocal.snapshot.wal, &stats_shmem->stats,
171  sizeof(pgStatLocal.snapshot.wal));
172  LWLockRelease(&stats_shmem->lock);
173 }
PgStat_WalStats wal

References PgStatShared_Wal::lock, LW_SHARED, LWLockAcquire(), LWLockRelease(), pgStatLocal, PgStat_LocalState::shmem, PgStat_LocalState::snapshot, PgStatShared_Wal::stats, PgStat_ShmemControl::wal, and PgStat_Snapshot::wal.

◆ PostPrepare_PgStat_Relations()

void PostPrepare_PgStat_Relations ( PgStat_SubXactStatus xact_state)

Definition at line 683 of file pgstat_relation.c.

684 {
686 
687  for (trans = xact_state->first; trans != NULL; trans = trans->next)
688  {
689  PgStat_TableStatus *tabstat;
690 
691  tabstat = trans->parent;
692  tabstat->trans = NULL;
693  }
694 }

References PgStat_SubXactStatus::first, PgStat_TableStatus::trans, and trans.

Referenced by PostPrepare_PgStat().

Variable Documentation

◆ have_iostats

PGDLLIMPORT bool have_iostats
extern

Definition at line 23 of file pgstat_io.c.

Referenced by pgstat_count_io_op(), pgstat_flush_io(), and pgstat_report_stat().

◆ have_slrustats

PGDLLIMPORT bool have_slrustats
extern

Definition at line 35 of file pgstat_slru.c.

Referenced by get_slru_entry(), pgstat_report_stat(), and pgstat_slru_flush().

◆ pgStatLocal

PGDLLIMPORT PgStat_LocalState pgStatLocal
extern

◆ slru_names

const char* const slru_names[]
static
Initial value:
= {
"CommitTs",
"MultiXactMember",
"MultiXactOffset",
"Notify",
"Serial",
"Subtrans",
"Xact",
"other"
}

Definition at line 271 of file pgstat_internal.h.

Referenced by pgstat_get_slru_index(), and pgstat_get_slru_name().