~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/include/storage/pmsignal.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Backport
  • Date: 2009-11-09 13:46:16 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091109134616-ae14l9tr3g7p2t9y
Tags: 8.4.1-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
8
8
 * Portions Copyright (c) 1994, Regents of the University of California
9
9
 *
10
 
 * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.24 2009/05/05 19:59:00 tgl Exp $
 
10
 * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.25 2009/06/11 14:49:12 momjian Exp $
11
11
 *
12
12
 *-------------------------------------------------------------------------
13
13
 */
23
23
typedef enum
24
24
{
25
25
        PMSIGNAL_RECOVERY_STARTED,      /* recovery has started */
26
 
        PMSIGNAL_RECOVERY_CONSISTENT, /* recovery has reached consistent state */
 
26
        PMSIGNAL_RECOVERY_CONSISTENT,           /* recovery has reached consistent
 
27
                                                                                 * state */
27
28
        PMSIGNAL_PASSWORD_CHANGE,       /* pg_auth file has changed */
28
29
        PMSIGNAL_WAKEN_ARCHIVER,        /* send a NOTIFY signal to xlog archiver */
29
30
        PMSIGNAL_ROTATE_LOGFILE,        /* send SIGUSR1 to syslogger to rotate logfile */