1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

contrib/tsm_system_time

This commit is contained in:
Simon Riggs
2015-05-15 15:31:50 -04:00
parent 4d40494b11
commit 56e121a508
7 changed files with 453 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# tsm_system_time extension
comment = 'SYSTEM TABLESAMPLE method which accepts time in milliseconds as a limit'
default_version = '1.0'
module_pathname = '$libdir/tsm_system_time'
relocatable = true