diff options
| author | Bruce Momjian | 2006-01-05 01:56:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-01-05 01:56:30 +0000 |
| commit | a1675649e40250cde25cca8e2fe4616b719bf810 (patch) | |
| tree | b44f061d52b388360488eed19cb8440b7cb0ebf4 /src/bin/ipcclean | |
| parent | 349f40b2c264cbbfe4c5c7ba783bce58483cefae (diff) | |
Remove QNX port.
Diffstat (limited to 'src/bin/ipcclean')
| -rw-r--r-- | src/bin/ipcclean/ipcclean.sh | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/bin/ipcclean/ipcclean.sh b/src/bin/ipcclean/ipcclean.sh index 91353b56138..1192f82196e 100644 --- a/src/bin/ipcclean/ipcclean.sh +++ b/src/bin/ipcclean/ipcclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $PostgreSQL: pgsql/src/bin/ipcclean/ipcclean.sh,v 1.15 2003/11/29 19:52:04 pgsql Exp $ +# $PostgreSQL: pgsql/src/bin/ipcclean/ipcclean.sh,v 1.16 2006/01/05 01:56:29 momjian Exp $ # CMDNAME=`basename $0` @@ -36,17 +36,6 @@ EffectiveUser=`id -n -u 2>/dev/null || whoami 2>/dev/null` # Feel free to add yours here. #----------------------------------- # -# This is QNX 4.25 -# -if [ `uname` = 'QNX' ]; then - if ps -eA | grep -s '[p]ostmaster' >/dev/null 2>&1 ; then - echo "$CMDNAME: a postmaster is still running" 1>&2 - exit 1 - fi - rm -f /dev/shmem/PgS* - exit $? -fi -# # This is based on RedHat 5.2. # if [ `uname` = 'Linux' ]; then |
