Skip to content

Commit 4799cd7

Browse files
committed
Add pgrowlocks
1 parent 66126f9 commit 4799cd7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

contrib/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.64 2006/04/03 18:47:41 petere Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.65 2006/04/23 02:17:59 ishii Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -25,6 +25,7 @@ WANTED_DIRS = \
2525
pg_trgm \
2626
pgbench \
2727
pgcrypto \
28+
pgrowlocks \
2829
pgstattuple \
2930
seg \
3031
spi \

contrib/README

+6-2
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,20 @@ pg_trgm -
113113

114114
pgbench -
115115
TPC-B like benchmarking tool
116-
by Tatsuo Ishii <t-ishii@sra.co.jp>
116+
by Tatsuo Ishii <ishii@sraoss.co.jp>
117117

118118
pgcrypto -
119119
Cryptographic functions
120120
by Marko Kreen <[email protected]>
121121

122+
pgrowlocks -
123+
A function to return row locking information
124+
by Tatsuo Ishii <[email protected]>
125+
122126
pgstattuple -
123127
A function to return statistics about "dead" tuples and free
124128
space within a table
125-
by Tatsuo Ishii <t-ishii@sra.co.jp>
129+
by Tatsuo Ishii <ishii@sraoss.co.jp>
126130

127131
seg -
128132
Confidence-interval datatype (GiST indexing example)

0 commit comments

Comments
 (0)