Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/contrib/pgrowlocks/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 555 B image not shown  

Quelle  pgrowlocks--1.2.sql

  Sprache: SQL
 

/* contrib/pgrowlocks/pgrowlocks--1.2.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pgrowlocks" to load this file. \quit

CREATE FUNCTION pgrowlocks(IN relname text,
    OUT locked_row TID,  -- row TID
    OUT locker XID,  -- locking XID
    OUT multi bool,  -- multi XID?
    OUT xids xid[],  -- multi XIDs
    OUT modes text[],  -- multi XID statuses
    OUT pids INTEGER[])  -- locker's process id
RETURNS SETOF record
AS 'MODULE_PATHNAME''pgrowlocks'
LANGUAGE C STRICT PARALLEL SAFE;

Messung V0.5 in Prozent
C=47 H=100 G=78

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

*© 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.