repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert commit 66c0185a3 and follow-on patches.
[pgsql.git]
/
contrib
/
vacuumlo
/
t
/
001_basic.pl
blob
57a9cda6f6b5762079938109dadb7b8fa85f94cf
1
2
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
3
4
use
strict
;
5
use
warnings FATAL
=>
'all'
;
6
7
use
PostgreSQL
::
Test
::
Utils
;
8
use
Test
::
More
;
9
10
program_help_ok
(
'vacuumlo'
);
11
program_version_ok
(
'vacuumlo'
);
12
program_options_handling_ok
(
'vacuumlo'
);
13
14
done_testing
();