Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d436ef

Browse files
committed
Clean up double negative, per Tom Lane.
1 parent8eb629a commit4d436ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/backend/port/dynloader/netbsd.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 1990 The Regents of the University of California.
44
* All rights reserved.
55
*
6-
* $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.23 2008/03/0519:42:11 alvherre Exp $
6+
* $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.24 2008/03/0521:14:10 alvherre Exp $
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions
@@ -99,8 +99,7 @@ BSD44_derived_dlsym(void *handle, const char *name)
9999
void
100100
BSD44_derived_dlclose(void*handle)
101101
{
102-
#if !defined(HAVE_DLOPEN)
103-
#else
102+
#if defined(HAVE_DLOPEN)
104103
dlclose(handle);
105104
#endif
106105
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp