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

Commita4f1da0

Browse files
committed
Have find_static skip main() functions.
1 parente052250 commita4f1da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/find_static

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/find_static,v 1.4 2006/03/11 04:38:41 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/find_static,v 1.5 2006/07/14 14:59:00 momjian Exp $
44

55
trap"rm -f /tmp/$$" 0 1 2 3 15
66

@@ -46,7 +46,7 @@ echo "
4646
4747
select *
4848
from debug2
49-
wherescope = 'T'
49+
wherescope = 'T' and func != 'main'
5050
order by file, func;
5151
"|psql debug
5252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp