File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 3
3
* pg_type.h
4
4
* Hard-wired knowledge about some standard type OIDs.
5
5
*
6
+ * SPDX-License-Identifier: GPL-3.0-or-later
7
+ *
6
8
* XXX keep this in sync with src/include/catalog/pg_type.h
7
9
*
8
10
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
Original file line number Diff line number Diff line change 1
1
/* libpq bindings for Emacs Lisp as a dynamic module
2
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
2
+
3
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
3
4
4
5
This program is free software: you can redistribute it and/or modify
5
6
it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change
1
+ ; ;; pq-test.el --- test libpq bindings -*- lexical-binding : t ; -*-
2
+
3
+ ; ; Copyright (C) 2020-2022 Free Software Foundation, Inc.
4
+
5
+ ; ; This program is free software; you can redistribute it and/or modify
6
+ ; ; it under the terms of the GNU General Public License as published by
7
+ ; ; the Free Software Foundation, either version 3 of the License, or
8
+ ; ; (at your option) any later version.
9
+
10
+ ; ; This program is distributed in the hope that it will be useful,
11
+ ; ; but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ ; ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ ; ; GNU General Public License for more details.
14
+
15
+ ; ; You should have received a copy of the GNU General Public License
16
+ ; ; along with this program. If not, see <http://www.gnu.org/licenses/>.
17
+
18
+ ; ;; Code:
19
+
1
20
(add-to-list 'load-path
2
21
(file-name-directory (or #$ (expand-file-name (buffer-file-name )))))
3
22
124
143
(should-error (pq:query conn " select pg_terminate_backend($1)" mypid))
125
144
(should-error (pq:notifies conn))
126
145
))
146
+
147
+ ; ;; pq-test.el ends here
You can’t perform that action at this time.
0 commit comments