diff options
| author | Peter Eisentraut | 2017-03-01 16:55:28 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-03-01 16:55:28 +0000 |
| commit | 788af6f8541d5f30acec540e4fd3cb24f5347209 (patch) | |
| tree | 16150f8aa906369c13578922ed33636c530bd529 /contrib/lo | |
| parent | b5a388392dab4c4a7c0fbd6cd0ad7421eabfc5cf (diff) | |
Move atooid() definition to a central place
Diffstat (limited to 'contrib/lo')
| -rw-r--r-- | contrib/lo/lo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/lo/lo.c b/contrib/lo/lo.c index 050bd8a72a7..6bd24309319 100644 --- a/contrib/lo/lo.c +++ b/contrib/lo/lo.c @@ -14,8 +14,6 @@ PG_MODULE_MAGIC; -#define atooid(x) ((Oid) strtoul((x), NULL, 10)) - /* * This is the trigger that protects us from orphaned large objects |
